]> granicus.if.org Git - clang/commit
Dump comments in -ast-dump.
authorAlexander Kornienko <alexfh@google.com>
Mon, 14 Jan 2013 14:07:11 +0000 (14:07 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 14 Jan 2013 14:07:11 +0000 (14:07 +0000)
commitacd356e18ecb8213d65f1454bb3c1bb4f6892bab
treee60621df998793576e8700640002b23d8992310f
parentfe1d594c3912f88f54786a6a9380c4359eb61b23
Dump comments in -ast-dump.
http://llvm-reviews.chandlerc.com/D269

"Added dumping of declaration comments in ASTDumper. This required moving the
comment dumping code from CommentDumper so that the indentation is correct."

Patch by Philip Craig!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDumper.cpp
lib/AST/CMakeLists.txt
lib/AST/Comment.cpp
lib/AST/CommentDumper.cpp [deleted file]
test/Misc/ast-dump-comment.cpp [new file with mode: 0644]