summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Template instantiation for C++ try/catch statements.Douglas Gregor2009-05-181-6/+59
* Include StmtNodes.def to declare Visit methods for all of the knownDouglas Gregor2009-05-181-19/+87
* Make ActOnWhileStmt take a FullExprArg for the condition expr.Anders Carlsson2009-05-171-1/+1
* Fix DISABLE_SMART_POINTERS build.Anders Carlsson2009-05-171-1/+2
* Add the FullExprArg wrapper and use it for if statement conditions.Anders Carlsson2009-05-171-1/+5
* Reflow some comments.Mike Stump2009-05-161-5/+5
* Template instantiation for IndirectGotoStmt. Now my life is complete.Douglas Gregor2009-05-161-0/+12
* Template instantiation for switch statementsDouglas Gregor2009-05-151-0/+69
* Template instantiation for break and continue statements.Douglas Gregor2009-05-151-0/+11
* Template instantiation for "for" loopsDouglas Gregor2009-05-151-0/+27
* Template instantiation for do-while statements.Douglas Gregor2009-05-151-0/+16
* Template instantiation for WhileStmt and CXXConditionDeclExpr.Douglas Gregor2009-05-151-0/+15
* Allow instantiation of NULL expressions and statementsDouglas Gregor2009-05-151-0/+3
* I take it back, InstantiateExpr does not check for null.Anders Carlsson2009-05-151-4/+7
* No need to null check the expr, Sema::SemaRef.InstantiateExpr handles all that.Anders Carlsson2009-05-151-7/+4
* Template instantiation for "if" statements. Also:Douglas Gregor2009-05-151-0/+21
* Move statement instantiation into its own file. No functionality changeDouglas Gregor2009-05-151-0/+150
OpenPOWER on IntegriCloud