summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-function-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix type of 'this' and add a decltype test.Anders Carlsson2009-07-101-1/+1
* If a CXXRecordDecl is a class template, the 'this' type should be the injecte...Anders Carlsson2009-06-131-1/+7
* Template instantiation for the GNU address-of-label extension.Douglas Gregor2009-05-221-0/+8
* Introduce a new kind of RAII class, ASTOwningVector, which is anDouglas Gregor2009-05-201-1/+1
* Template instantiation for CXXExprWithTemporaries, which occurs whenDouglas Gregor2009-05-201-0/+3
* Template instantiation for C++ try/catch statements.Douglas Gregor2009-05-181-1/+19
* Oops, dropped a -verifyDouglas Gregor2009-05-181-1/+1
* When instantiating the definition of a member function of a classDouglas Gregor2009-05-181-3/+3
* Template instantiation for IndirectGotoStmt. Now my life is complete.Douglas Gregor2009-05-161-0/+10
* Template instantiation for switch statementsDouglas Gregor2009-05-151-0/+30
* Basic support for member exprs where the base expr type is dependent.Anders Carlsson2009-05-151-0/+15
* Template instantiation for break and continue statements.Douglas Gregor2009-05-151-0/+4
* Template instantiation for "for" loopsDouglas Gregor2009-05-151-0/+9
* Template instantiation for do-while statements.Douglas Gregor2009-05-151-0/+14
* Template instantiation for WhileStmt and CXXConditionDeclExpr.Douglas Gregor2009-05-151-0/+11
* Make sure that we use the canonical type for the names of instantiatedDouglas Gregor2009-05-151-2/+6
* Instantiation support for 'this'Anders Carlsson2009-05-151-0/+8
* Template instantiation for "if" statements. Also:Douglas Gregor2009-05-151-0/+17
* Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody whenDouglas Gregor2009-05-151-1/+9
* Instantiate return statements.Anders Carlsson2009-05-151-0/+13
* Instantiate goto and label statements. (Very useful, I know)Anders Carlsson2009-05-151-0/+11
* Implement template instantiation for DeclStmtDouglas Gregor2009-05-151-0/+3
* Template instantiation for the NULL statement. Lame, I knowDouglas Gregor2009-05-141-0/+11
* Introduce basic support for instantiating the definitions of memberDouglas Gregor2009-05-141-0/+14
OpenPOWER on IntegriCloud