summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/typename-specifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose attempts to use 'using typename' with a non-identifier name,Douglas Gregor2011-09-261-0/+13
* Patch for PR 7409 - only error on definition of invalid typedefs. Suppress e...Richard Trieu2011-05-071-0/+31
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-6/+8
* Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor2010-06-141-4/+5
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-10/+5
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-10/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-131-5/+5
* Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor2009-10-131-2/+3
* Make the implicit-int handling error recovery stuff handle C++Chris Lattner2009-04-141-5/+5
* Initial implementation of parsing, semantic analysis, and templateDouglas Gregor2009-03-271-0/+74