summaryrefslogtreecommitdiffstats
path: root/test/Misc/ast-dump-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle deduction guides better in -ast-print.Richard Smith2017-02-181-2/+8
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-9/+9
* When pretty-printing a declaration of a pack, put the ellipsis before the nameRichard Smith2014-07-231-0/+12
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-141-0/+12
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-3/+3
* Fix a test case that was intermittently failing. The issue was that instanti...Richard Trieu2011-07-281-7/+13
* test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable ou...NAKAMURA Takumi2011-07-281-1/+2
* Add template instantiations to the output of -ast-dump.Richard Trieu2011-07-281-0/+32