aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-function-1.cpp
AgeCommit message (Expand)Author
2009-07-10Fix type of 'this' and add a decltype test.Anders Carlsson
2009-06-13If a CXXRecordDecl is a class template, the 'this' type should be the injecte...Anders Carlsson
2009-05-22Template instantiation for the GNU address-of-label extension.Douglas Gregor
2009-05-20Introduce a new kind of RAII class, ASTOwningVector, which is anDouglas Gregor
2009-05-20Template instantiation for CXXExprWithTemporaries, which occurs whenDouglas Gregor
2009-05-18Template instantiation for C++ try/catch statements.Douglas Gregor
2009-05-18Oops, dropped a -verifyDouglas Gregor
2009-05-18When instantiating the definition of a member function of a classDouglas Gregor
2009-05-16Template instantiation for IndirectGotoStmt. Now my life is complete.Douglas Gregor
2009-05-15Template instantiation for switch statementsDouglas Gregor
2009-05-15Basic support for member exprs where the base expr type is dependent.Anders Carlsson
2009-05-15Template instantiation for break and continue statements.Douglas Gregor
2009-05-15Template instantiation for "for" loopsDouglas Gregor
2009-05-15Template instantiation for do-while statements.Douglas Gregor
2009-05-15Template instantiation for WhileStmt and CXXConditionDeclExpr.Douglas Gregor
2009-05-15Make sure that we use the canonical type for the names of instantiatedDouglas Gregor
2009-05-15Instantiation support for 'this'Anders Carlsson
2009-05-15Template instantiation for "if" statements. Also:Douglas Gregor
2009-05-15Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody whenDouglas Gregor
2009-05-15Instantiate return statements.Anders Carlsson
2009-05-15Instantiate goto and label statements. (Very useful, I know)Anders Carlsson
2009-05-15Implement template instantiation for DeclStmtDouglas Gregor
2009-05-14Template instantiation for the NULL statement. Lame, I knowDouglas Gregor
2009-05-14Introduce basic support for instantiating the definitions of memberDouglas Gregor