aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/typename-specifier.cpp
AgeCommit message (Expand)Author
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-06-08Fix up the 'typename' suggestion logic introduced in r157085, based onKaelyn Uhrain
2012-05-18Suggest adding 'typename' when it would make the compilerKaelyn Uhrain
2011-09-26Diagnose attempts to use 'using typename' with a non-identifier name,Douglas Gregor
2011-05-07Patch for PR 7409 - only error on definition of invalid typedefs. Suppress e...Richard Trieu
2010-06-16Fix the recently-added warning about 'typename' and 'template'Douglas Gregor
2010-06-14Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor
2010-04-08Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-13Improve diagnostics when the parser encounters a declarator with anDouglas Gregor
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-04-14Make the implicit-int handling error recovery stuff handle C++Chris Lattner
2009-03-27Initial implementation of parsing, semantic analysis, and templateDouglas Gregor