This revision was automatically updated to reflect the committed changes.
Closed by commit rC348545: NFC: Move VisitStmt code to dumpStmt (authored by
steveire, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D55338?vs=176869&id=177073#toc
Repository:
rC Clang
CHANGES SINC
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55338/new/
https://reviews.llvm.org/D55338
___
steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a subscriber: cfe-commits.
This call is duplicated in Visits of all direct subclasses of Stmt.
Repository:
rC Clang
https://reviews.llvm.org/D55338
Files:
lib/AST/ASTDumper.cpp
Index: lib/AST/ASTDumper.