aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-method.cpp
AgeCommit message (Expand)Author
2012-07-13Provide a special-case diagnostic when two class member functions instantiateRichard Smith
2010-05-03When instantiating a member function declared via a typedef, don't tryDouglas Gregor
2010-04-27When instantiating UnresolvedLookupExpr and UnresolvedMemberExprDouglas Gregor
2010-04-14Mark a function declaration invalid if any of its parameter declarationsJohn McCall
2010-04-12Be sure to instantiate the parameters of a function, even when theDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-19Initialization improvements: addition of string initialization and a fewEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-01Rework how we support C++ implicit member accesses. If we can resolve anJohn McCall
2009-11-30Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall
2009-11-20When we have a non-dependent expression such asDouglas Gregor
2009-11-01Within a template, qualified name lookup can refer to a non-dependent typeDouglas Gregor
2009-08-24Try to complete a type before looking for conversion functions withinDouglas Gregor
2009-03-25Template instantiation for conversion functionsDouglas Gregor
2009-03-24Template instantiation for constructorsDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-24Cleanup template instantiation for methods, destructorsDouglas Gregor
2009-03-24Template instantiation for destructors. This is somewhat repetitive;Douglas Gregor
2009-03-23Template instantiation for the declarations of member functions withinDouglas Gregor