summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/typename-specifier-4.cpp
AgeCommit message (Expand)Author
2015-11-11[Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li
2011-03-01When building a type for a typename specifier, check specifically forDouglas Gregor
2010-12-09A typename specifier can end up referring to a unresolved usingDouglas Gregor
2010-11-04When canonicalizing nested-name-specifiers involving dependent namesDouglas Gregor
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-29Rebuild the nested name specifiers in member-pointer declarator chunks whenJohn McCall
2010-03-07Robustify callers that rebuild typename type nodes again NULL returnDouglas Gregor
2010-02-13Fix a fiendinshly fun little type-canonicalization bug, where we wereDouglas Gregor
2010-02-05When determining whether a scope specifier is complete, consider aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-02Add a few more typename-specifier tests that involve simple-template-ids in t...Douglas Gregor
2009-09-02When parsing typename specifiers (with either the identifier orDouglas Gregor