summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/template-id-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recently a change was made to this test in r294639 which fails when theDouglas Yung2017-02-241-1/+6
* Diagnose attempts to explicitly instantiate a template at class scope. Previo...Richard Smith2017-02-091-2/+6
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-1/+1
* Fix a crash on invalid with template handlingRichard Trieu2016-04-051-0/+6
* Fixed instantiation of DependentScopeDeclRefExpr.Abramo Bagnara2012-02-061-0/+14
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-6/+5
* Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor2010-06-141-5/+6
* Support for 'template' as a disambiguator (PR7030)Douglas Gregor2010-05-051-0/+38
* When we're parsing an expression that may have looked like aDouglas Gregor2010-02-051-0/+17
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When instantiating a MemberExpr, be sure to instantiate theDouglas Gregor2009-11-041-1/+16
* Yet more instantiation-location information. Fixes PR5336.Douglas Gregor2009-10-291-0/+14