summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/typename-specifier-4.cpp
Commit message (Expand)AuthorAgeFilesLines
* When building a type for a typename specifier, check specifically forDouglas Gregor2011-03-011-0/+8
* A typename specifier can end up referring to a unresolved usingDouglas Gregor2010-12-091-0/+20
* When canonicalizing nested-name-specifiers involving dependent namesDouglas Gregor2010-11-041-0/+17
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-1/+2
* Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor2010-06-141-1/+1
* Rebuild the nested name specifiers in member-pointer declarator chunks whenJohn McCall2010-04-291-1/+1
* Robustify callers that rebuild typename type nodes again NULL returnDouglas Gregor2010-03-071-0/+17
* Fix a fiendinshly fun little type-canonicalization bug, where we wereDouglas Gregor2010-02-131-0/+19
* When determining whether a scope specifier is complete, consider aDouglas Gregor2010-02-051-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add a few more typename-specifier tests that involve simple-template-ids in t...Douglas Gregor2009-09-021-0/+14
* When parsing typename specifiers (with either the identifier orDouglas Gregor2009-09-021-0/+56