summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't print 'NULL TYPE' when dumping a delegating constructor.Richard Trieu2014-09-121-0/+5
| | | | llvm-svn: 217707
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-0/+25
| | | | | | | | | | | | | | | | When adding the implicit compound statement (required for Codegen?), the end location was previously overridden by the start location, probably based on the assumptions: * The location of the compound statement should be the member's location * The compound statement if present is the last element of a FunctionDecl This patch changes the location of the compound statement to the member's end location. Code review: http://reviews.llvm.org/D4175 llvm-svn: 211344
* Add the location of Decls to ast dump.David Blaikie2014-04-021-5/+5
| | | | | | | | | While investigating some debug info issues, Eric and I came across a particular template case where the location of a decl was quite different from the range of the same decl. It might've been rather helpful if the dumper had actually showed us this. llvm-svn: 205396
* Consistently dump default template arguments for template parameters as ↵Richard Smith2014-03-231-2/+4
| | | | | | 'TemplateArgument's. llvm-svn: 204572
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
| | | | llvm-svn: 201477
* In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith2013-05-211-0/+16
| | | | | | | | attach, rather than merging all comments on the declaration chain. This gives a more faithful dump, and has the side benefit of unbreaking uses of dump() from within AST deserialization (where the redeclaration chain may not be sane). llvm-svn: 182350
* 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