summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-method.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sema: RecordDecl shouldn't have a FunctionDecl as a DeclDavid Majnemer2015-01-091-1/+7
* Sema: Don't crash when specializing a global scope function in a classDavid Majnemer2015-01-091-0/+6
* Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i...Nick Lewycky2015-01-021-0/+13
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Provide a special-case diagnostic when two class member functions instantiateRichard Smith2012-07-131-0/+7
* 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