summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-color.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-19/+19
* Reverting a file that snuck in with r321229 by accident.Aaron Ballman2017-12-211-1/+1
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-1/+1
* Indicate in AST dump whether special member functions are defaulted and trivial.Richard Smith2016-11-211-2/+2
* Speculative fix for this test case (the test doesn't run on my typical build ...Aaron Ballman2016-03-091-1/+1
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-1/+1
* ASTDumper: print whether a function is constexprHans Wennborg2014-12-051-5/+5
* Refactor tree printing in AST dumping.Richard Smith2014-10-301-2/+2
* Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp...Ben Langmuir2014-09-251-5/+5
* 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