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)
commitebc17b5b8727c0efc19680d39a554c46f6df76fe
tree868cca3622c4d6520cd8391fdd23b2ead311652b
parente375a1f036dbcb74009383c06e1ac1496b7b3d21
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!

llvm-svn: 172409
clang/lib/AST/ASTDumper.cpp
clang/lib/AST/CMakeLists.txt
clang/lib/AST/Comment.cpp
clang/lib/AST/CommentDumper.cpp [deleted file]
clang/test/Misc/ast-dump-comment.cpp [new file with mode: 0644]