summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-function-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Promote the extension warning for attempts to catch a reference orDouglas Gregor2012-01-241-1/+1
* When determining whether we need to instantiate a function type,Douglas Gregor2011-05-091-0/+22
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall2010-08-271-3/+3
* fix PR7280 by making the warning on code like this:Chris Lattner2010-07-111-2/+2
* When instantiating a function-local variable definition, introduce theDouglas Gregor2010-05-031-0/+5
* Fix a self-host problem caused by this over-eager assertion. I'm not sureJohn McCall2010-03-111-0/+6
* Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2010-03-081-1/+1
* Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth2010-03-081-1/+1
* Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2010-03-071-1/+1
* avoid issues with the new scope protector. Previously we'd errorChris Lattner2010-03-011-2/+4
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* "Do" loops cannot have condition variables, so don't parse them.Douglas Gregor2009-11-241-3/+0
* 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