summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-member-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* When transforming a dependent template specialization type, make sureDouglas Gregor2011-03-071-0/+44
* Preserve the template type parameter name when instantiating a templace.Nick Lewycky2010-10-301-0/+12
* When template substitution into a template parameter reduces the levelDouglas Gregor2010-08-301-0/+14
* When performing substitution of template arguments within the body ofDouglas Gregor2010-07-081-0/+33
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Cope with finding the "instantiated" declaration when we areDouglas Gregor2010-02-051-0/+25
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-221-1/+1
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Teach FixOverloadedFunctionReference to build new expression ASTs ratherDouglas Gregor2009-11-201-0/+15
* Slightly more testing for instantiation of non-type template parameters in ne...Douglas Gregor2009-11-091-0/+13
* Test instantiation of static data members that live within nestedDouglas Gregor2009-08-281-0/+9
* Test instantiations of out-of-line member definitions of nested templates.Douglas Gregor2009-08-281-0/+19
* Fix and test template instantiation for nested member templates.Douglas Gregor2009-08-281-1/+23
* Tighten up the conversion from a single-level template argument listDouglas Gregor2009-08-281-1/+11
* Implement template instantiation for member class templates.Douglas Gregor2009-08-281-0/+22
* Collect multiple levels of template arguments into a new type,Douglas Gregor2009-08-281-0/+1
* Implement instantiation of the declarations of member functionDouglas Gregor2009-08-271-0/+22