steveire closed this revision.
steveire added a comment.
Closing after it was reopened by spammer.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55340/new/
https://reviews.llvm.org/D55340
___
cfe-commits mailing list
ham99922 reopened this revision.
ham99922 added a comment.
This revision is now accepted and ready to land.
https://accounts.snapchat.com/accounts/login?continue=https%3A%2F%2Faccounts.snapchat.com%2Faccounts%2Fchang{F7814861}
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.ll
This revision was automatically updated to reflect the committed changes.
Closed by commit rL351014: [ASTDump] NFC: Move dump of individual Stmts to
TextNodeDumper (authored by steveire, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from some small nits.
Comment at: lib/AST/TextNodeDumper.cpp:685
+void TextNodeDumper::VisitObjCSelectorExpr(const ObjCSelectorExpr *Node) {
+
+ OS
steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a subscriber: cfe-commits.
Repository:
rC Clang
https://reviews.llvm.org/D55340
Files:
include/clang/AST/TextNodeDumper.h
lib/AST/ASTDumper.cpp
lib/AST/TextNodeDumper.cpp
Index: lib/AST/TextNodeDumper