summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Template instantiation for cast expressions.Douglas Gregor2009-05-191-0/+121
* Template instantiation for call expressions.Douglas Gregor2009-05-191-9/+56
* Template instantiation for array subscript expressions. This was farDouglas Gregor2009-05-191-0/+31
* Template instantiation for imaginary literals, because they were next in Expr.hDouglas Gregor2009-05-181-0/+6
* Implement instantiation of a few boring, simple expressions. I don't think th...Sebastian Redl2009-05-161-2/+44
* Reflow some comments.Mike Stump2009-05-161-5/+5
* Template instantiation for WhileStmt and CXXConditionDeclExpr.Douglas Gregor2009-05-151-0/+16
* Allow instantiation of NULL expressions and statementsDouglas Gregor2009-05-151-0/+3
* Instantiation support for 'this'Anders Carlsson2009-05-151-0/+12
* Move statement instantiation into its own file. No functionality changeDouglas Gregor2009-05-151-132/+2
* Instantiate return statements.Anders Carlsson2009-05-151-0/+14
* Add NullStmt::Clone and use itAnders Carlsson2009-05-151-1/+1
* Instantiate goto and label statements. (Very useful, I know)Anders Carlsson2009-05-151-0/+18
* Implement template instantiation for DeclStmtDouglas Gregor2009-05-151-0/+23
* Template instantiation for the NULL statement. Lame, I knowDouglas Gregor2009-05-141-0/+5
* Introduce basic support for instantiating the definitions of memberDouglas Gregor2009-05-141-0/+70
* Introduce a stack of instantiation scopes that are used to store the mapping ...Douglas Gregor2009-05-141-0/+9
* Encapsulate template arguments lists in a new class,Douglas Gregor2009-05-111-12/+8
* Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor2009-03-261-5/+9
* Move template instantiation for expressions into a separate fileDouglas Gregor2009-03-251-0/+416
OpenPOWER on IntegriCloud