summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/metafun-apply.cpp
Commit message (Expand)AuthorAgeFilesLines
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Teach TryAnnotateTypeOrScopeToken to deal with already-annotatedJohn McCall2009-12-191-4/+2
* In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an I...Douglas Gregor2009-12-161-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement transformation of template names within the generic treeDouglas Gregor2009-08-061-1/+2
* Fix for PR4382: allow instantiating dependent nested name specifiers. Eli Friedman2009-06-131-4/+2
* Improve the dependent nested-name-specifier test a bitDouglas Gregor2009-03-311-1/+14
* Implement template instantiation for template names, including bothDouglas Gregor2009-03-311-8/+9
* Parsing and AST representation for dependent template names that occurDouglas Gregor2009-03-311-0/+29