summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Template instantiation for CXXExprWithTemporaries, which occurs whenDouglas Gregor2009-05-201-1/+13
* Template instantiation for the various kinds of AST nodes that occurDouglas Gregor2009-05-201-3/+84
* Introduce a new expression type, CXXUnresolvedConstructExpr, toDouglas Gregor2009-05-201-0/+41
* Add FIXMEs for the remaining C and C++ expression types that stillDouglas Gregor2009-05-191-2/+24
* Template instantiation for __builtin_va_arg.Douglas Gregor2009-05-191-3/+27
* Template instantiation for __builtin_choose_expr.Douglas Gregor2009-05-191-0/+20
* Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,Douglas Gregor2009-05-191-16/+2
* Template instantiation for __builtin_shufflevector.Douglas Gregor2009-05-191-0/+48
* Template instantiation for __builtin_types_compatible_p.Douglas Gregor2009-05-191-0/+21
* Template instantiation for GNU statement expressionsDouglas Gregor2009-05-191-0/+12
* Fix handling of the GNU "t ? : f" extension to the conditionalDouglas Gregor2009-05-191-8/+8
* Template instantiation for compound assignment operators.Douglas Gregor2009-05-191-0/+7
* 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