Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move AST tests into their own test directory; NFC. | Aaron Ballman | 2018-11-30 | 1 | -14/+0 |
| | | | | | | This moves everything primarily testing the functionality of -ast-dump and -ast-print into their own directory, rather than leaving the tests spread around the testing directory. llvm-svn: 348017 | ||||
* | Extend AST dump to include 'used' and 'referenced' flags, and put 'invalid' ↵ | Richard Smith | 2014-06-13 | 1 | -4/+4 |
| | | | | | | flag in the right place. llvm-svn: 210872 | ||||
* | Retain isImplicit flag for local variable declarations when instantiating | Alexander Kornienko | 2014-05-27 | 1 | -0/+14 |
templates. Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D3924 llvm-svn: 209686 |