This revision was automatically updated to reflect the committed changes.
Closed by commit rC351175: NFC: Move Decl node handling to TextNodeDumper
(authored by steveire, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D56643?vs=181453&id=181740#toc
Repository:
rC Clang
CH
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from some minor nits.
Comment at: lib/AST/ASTDumper.cpp:518
+NodeDumper.Visit(D);
if (!D) {
return;
Elide braces.
steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a subscriber: cfe-commits.
Repository:
rC Clang
https://reviews.llvm.org/D56643
Files:
include/clang/AST/TextNodeDumper.h
lib/AST/ASTDumper.cpp
lib/AST/TextNodeDumper.cpp
Index: lib/AST/TextNodeDumper