summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-542/+0
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-1/+2
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-1/+3
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-539/+539
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-539/+539
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-539/+539
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-221-18/+36
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-171-1/+1
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-5/+0
* Add template parameter depth and index to -ast-dump output.Richard Smith2017-02-211-4/+4
* PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev2017-01-121-1/+0
* [Sema] Set range end of constructors and destructors in template instantiationsMalcolm Parsons2016-11-281-0/+20
* Record correct source range for defaulted/deleted members.Eli Bendersky2015-03-231-7/+6
* Don't print 'NULL TYPE' when dumping a delegating constructor.Richard Trieu2014-09-121-0/+5
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-0/+25
* Add the location of Decls to ast dump.David Blaikie2014-04-021-5/+5
* Consistently dump default template arguments for template parameters as 'Temp...Richard Smith2014-03-231-2/+4
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith2013-05-211-0/+16
* Add triple to another test.Richard Smith2013-04-151-1/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-0/+3
* AST dumping: dump template instantiations only onceDmitri Gribenko2013-02-211-0/+39
* AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith2013-02-071-0/+13
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-0/+405
OpenPOWER on IntegriCloud