summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-method.cpp
Commit message (Expand)AuthorAgeFilesLines
* When instantiating a member function declared via a typedef, don't tryDouglas Gregor2010-05-031-0/+23
* When instantiating UnresolvedLookupExpr and UnresolvedMemberExprDouglas Gregor2010-04-271-0/+25
* Mark a function declaration invalid if any of its parameter declarationsJohn McCall2010-04-141-0/+10
* Be sure to instantiate the parameters of a function, even when theDouglas Gregor2010-04-121-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rework how we support C++ implicit member accesses. If we can resolve anJohn McCall2009-12-011-3/+1
* Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall2009-11-301-1/+3
* When we have a non-dependent expression such asDouglas Gregor2009-11-201-1/+20
* Within a template, qualified name lookup can refer to a non-dependent typeDouglas Gregor2009-11-011-0/+17
* Try to complete a type before looking for conversion functions withinDouglas Gregor2009-08-241-0/+9
* Template instantiation for conversion functionsDouglas Gregor2009-03-251-0/+11
* Template instantiation for constructorsDouglas Gregor2009-03-241-0/+14
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Cleanup template instantiation for methods, destructorsDouglas Gregor2009-03-241-3/+1
* Template instantiation for destructors. This is somewhat repetitive;Douglas Gregor2009-03-241-1/+9
* Template instantiation for the declarations of member functions withinDouglas Gregor2009-03-231-0/+43