summaryrefslogtreecommitdiffstats
path: root/test/Tooling/clang-check-ast-dump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-1/+2
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-15/+15
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-1/+2
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-7/+12
* Use color for -ast-dump-filter only when it is supportedDmitri Gribenko2012-11-211-1/+2
* Fix for -ast-dump-filterAlexander Kornienko2012-10-311-0/+6
* Fixed crash and added a test and a minor output problemAlexander Kornienko2012-08-171-0/+3
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-1/+1
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-161-0/+5
* Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko2012-08-131-0/+35