summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-method.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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