summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-color.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-1/+1
* Add AST dumping for VarDecl init kind.Richard Smith2014-07-101-4/+4
* Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...Richard Smith2014-06-131-7/+23
* Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko2014-05-271-7/+7
* Add the location of Decls to ast dump.David Blaikie2014-04-021-20/+20
* Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu2014-03-061-19/+19
* Updating this test case to appease build bots which support ANSI escape seque...Aaron Ballman2014-03-051-1/+1
* Attempting to fix the build bot due to some missing text in the ast dump.Aaron Ballman2014-02-181-1/+1
* Missed updating this test case with r201585 -- the lockable attribute is now ...Aaron Ballman2014-02-181-1/+1
* Fix ast-dump-color.cpp test following r198883Alp Toker2014-01-091-1/+1
* Mention in AST dump whether a class declaration is a definition.Richard Smith2013-08-301-1/+1
* AST dumping: if a declaration has an uncomputed or uninstantiated exception s...Richard Smith2013-05-171-3/+3
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-59/+59
* clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck.NAKAMURA Takumi2013-01-261-59/+59
* Fix test case by being more lenient on what to accept as a path name.Richard Trieu2013-01-261-1/+1
* Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu2013-01-261-0/+87
OpenPOWER on IntegriCloud