summaryrefslogtreecommitdiffstats
path: root/test/Misc/ast-dump-decl.c
Commit message (Expand)AuthorAgeFilesLines
* [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-6/+16
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-2/+8
* Add the location of Decls to ast dump.David Blaikie2014-04-021-2/+2
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-1/+1
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-2/+2
* clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all...NAKAMURA Takumi2012-12-201-2/+2
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-0/+152