summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/typename-specifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-1/+1
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-9/+29
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-101-5/+93
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-2/+2
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-2/+2
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-2/+2
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-2/+2
* Fix up the 'typename' suggestion logic introduced in r157085, based onKaelyn Uhrain2012-06-081-1/+4
* Suggest adding 'typename' when it would make the compilerKaelyn Uhrain2012-05-181-0/+34
* 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