summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add triple to another test.Richard Smith2013-04-151-1/+1
| | | | llvm-svn: 179515
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ↵Richard Smith2013-04-131-0/+3
| | | | | | the AST. llvm-svn: 179447
* AST dumping: dump template instantiations only onceDmitri Gribenko2013-02-211-0/+39
| | | | | | | | Fixes infinite loop in PR15220. Patch by Philip Craig. llvm-svn: 175805
* AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith2013-02-071-0/+13
| | | | | | | indicate the semantic DC if it's not the lexical DC. In passing, correct the ascii-art child marker for a child of a FriendDecl. llvm-svn: 174570
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-0/+405
http://llvm-reviews.chandlerc.com/D52 Patch by Philip Craig! llvm-svn: 170634
OpenPOWER on IntegriCloud