summaryrefslogtreecommitdiff
path: root/test/Misc/ast-dump-color.cpp
AgeCommit message (Expand)Author
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-21Reverting a file that snuck in with r321229 by accident.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2016-11-21Indicate in AST dump whether special member functions are defaulted and trivial.Richard Smith
2016-03-09Speculative fix for this test case (the test doesn't run on my typical build ...Aaron Ballman
2015-07-27[modules] Add an assert for redeclarations that we never added to their redeclRichard Smith
2014-12-05ASTDumper: print whether a function is constexprHans Wennborg
2014-10-30Refactor tree printing in AST dumping.Richard Smith
2014-09-25Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp...Ben Langmuir
2014-09-06Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber
2014-07-10Add AST dumping for VarDecl init kind.Richard Smith
2014-06-13Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' f...Richard Smith
2014-05-27Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko
2014-04-02Add the location of Decls to ast dump.David Blaikie
2014-03-06Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu
2014-03-05Updating this test case to appease build bots which support ANSI escape seque...Aaron Ballman
2014-02-18Attempting to fix the build bot due to some missing text in the ast dump.Aaron Ballman
2014-02-18Missed updating this test case with r201585 -- the lockable attribute is now ...Aaron Ballman
2014-01-09Fix ast-dump-color.cpp test following r198883Alp Toker
2013-08-30Mention in AST dump whether a class declaration is a definition.Richard Smith
2013-05-17AST dumping: if a declaration has an uncomputed or uninstantiated exception s...Richard Smith
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-26clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck.NAKAMURA Takumi
2013-01-26Fix test case by being more lenient on what to accept as a path name.Richard Trieu
2013-01-26Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu