summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/template-implicit-vars.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-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 Smith2014-06-131-4/+4
| | | | | | flag in the right place. llvm-svn: 210872
* Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko2014-05-271-0/+14
templates. Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D3924 llvm-svn: 209686
OpenPOWER on IntegriCloud