summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-function-1.cpp
AgeCommit message (Expand)Author
2012-01-24Promote the extension warning for attempts to catch a reference orDouglas Gregor
2011-05-09When determining whether we need to instantiate a function type,Douglas Gregor
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-08-27Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall
2010-07-11fix PR7280 by making the warning on code like this:Chris Lattner
2010-05-03When instantiating a function-local variable definition, introduce theDouglas Gregor
2010-03-11Fix a self-host problem caused by this over-eager assertion. I'm not sureJohn McCall
2010-03-08Downgrade errors when trying to catch a pointer or reference toDouglas Gregor
2010-03-08Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth
2010-03-07Downgrade errors when trying to catch a pointer or reference toDouglas Gregor
2010-03-01avoid issues with the new scope protector. Previously we'd errorChris Lattner
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-24"Do" loops cannot have condition variables, so don't parse them.Douglas Gregor
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