Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Issue 15060005: Consistently start (almost) all AstPrinter::VisitFoo functions with IndentedScope. (Closed)

Created:
7 years, 7 months ago by Sven Panne
Modified:
7 years, 7 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

Consistently start (almost) all AstPrinter::VisitFoo functions with IndentedScope. This makes IndentedScope the single point where we can print additional info in the future, like e.g. AST IDs (at least when the TODOs are fixed). Minor other cleanups. R=mvstanton@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14592

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -35 lines) Patch
M src/prettyprinter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/prettyprinter.cc View 16 chunks +40 lines, -34 lines 3 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
7 years, 7 months ago (2013-05-08 13:06:12 UTC) #1
mvstanton
One question, but I like the IndentedScope. lgtm. https://chromiumcodereview.appspot.com/15060005/diff/1/src/prettyprinter.cc File src/prettyprinter.cc (right): https://chromiumcodereview.appspot.com/15060005/diff/1/src/prettyprinter.cc#newcode773 src/prettyprinter.cc:773: // ...
7 years, 7 months ago (2013-05-08 13:11:03 UTC) #2
Sven Panne
The TODOs were intentionally there, more cleanup/refactorings are needed before we could remove them. Landing... ...
7 years, 7 months ago (2013-05-08 13:23:56 UTC) #3
Sven Panne
7 years, 7 months ago (2013-05-08 13:24:51 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r14592 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698