summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-comment.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-77/+0
| | | | | | This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017
* Comment parsing: fix a crash when dumping comment ast for a function templateDmitri Gribenko2014-03-191-0/+8
| | | | | | | | with variadic parameters Patch by Joe Ranieri. llvm-svn: 204236
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Indents were given the color blue when outputting with color. AST dumping now looks like this: Node |-Node | `-Node `-Node `-Node Compared to the previous: (Node (Node (Node)) (Node (Node))) llvm-svn: 174022
* Dump comments in -ast-dump.Alexander Kornienko2013-01-141-0/+69
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
OpenPOWER on IntegriCloud