[PATCH] D55338: NFC: Move VisitStmt code to dumpStmt

2018-12-06 Thread Stephen Kelly via Phabricator via cfe-commits
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

[PATCH] D55338: NFC: Move VisitStmt code to dumpStmt

2018-12-06 Thread Aaron Ballman via Phabricator via cfe-commits
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 ___

[PATCH] D55338: NFC: Move VisitStmt code to dumpStmt

2018-12-05 Thread Stephen Kelly via Phabricator via cfe-commits
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.