| Commit message (Expand) | Author | Age | Files | Lines |
| * | Several improvements to template argument deduction: | Douglas Gregor | 2009-06-05 | 1 | -1/+2 |
| * | Remove VarDecl from CXXConstructExpr. | Anders Carlsson | 2009-05-30 | 1 | -9/+1 |
| * | Bind temporaries correctly when instantiating expressions. | Anders Carlsson | 2009-05-30 | 1 | -1/+1 |
| * | Add a CXXBindTemporaryExpr. | Anders Carlsson | 2009-05-30 | 1 | -0/+10 |
| * | Reduce the amount of stack space we use in SmallVectors during | Douglas Gregor | 2009-05-29 | 1 | -2/+2 |
| * | Simplify, and improve the performance of, template instantiation for | Douglas Gregor | 2009-05-27 | 1 | -2/+1 |
| * | Improve name lookup for and template instantiation of declaration | Douglas Gregor | 2009-05-27 | 1 | -18/+10 |
| * | Initial stab at a generalized operation for determining the | Douglas Gregor | 2009-05-27 | 1 | -0/+1 |
| * | Template instantiation for "typeof" for both types and expressions. | Douglas Gregor | 2009-05-26 | 1 | -1/+7 |
| * | Template instantiation for qualified declaration reference | Douglas Gregor | 2009-05-22 | 1 | -70/+112 |
| * | Template instantiation for the GNU address-of-label extension. | Douglas Gregor | 2009-05-22 | 1 | -1/+8 |
| * | Template instantiation for ExtVectorElementExpr. | Douglas Gregor | 2009-05-22 | 1 | -1/+18 |
| * | Add a few tests to ensure that member functions of class templates can | Douglas Gregor | 2009-05-22 | 1 | -1/+6 |
| * | Representation of and template instantiation for member | Douglas Gregor | 2009-05-22 | 1 | -1/+40 |
| * | Template instantiation for C99 compound literals | Douglas Gregor | 2009-05-21 | 1 | -1/+21 |
| * | Template instantiation for GNU array-range designators. | Douglas Gregor | 2009-05-21 | 1 | -1/+16 |
| * | Template instantiation for C99 designated initializers, because we | Douglas Gregor | 2009-05-21 | 1 | -2/+59 |
| * | Template instantiation for initializer lists | Douglas Gregor | 2009-05-21 | 1 | -1/+15 |
| * | Template instantiation for unary type traits, e.g., __is_pod | Douglas Gregor | 2009-05-21 | 1 | -1/+18 |
| * | Template instantiation for C++ "typeid" expressions. | Douglas Gregor | 2009-05-21 | 1 | -1/+33 |
| * | Template instantiation for C++ throw expressions | Douglas Gregor | 2009-05-21 | 1 | -1/+13 |
| * | Template instantiation for C++ delete expression | Douglas Gregor | 2009-05-21 | 1 | -1/+13 |
| * | Merge the ASTVector and ASTOwningVector templates, since they offered | Douglas Gregor | 2009-05-21 | 1 | -11/+4 |
| * | Template instantiation for C++ "new" expressions. | Douglas Gregor | 2009-05-21 | 1 | -1/+56 |
| * | Fix template instantiation for compound statements so that it properly | Douglas Gregor | 2009-05-20 | 1 | -2/+2 |
| * | Introduce a new kind of RAII class, ASTOwningVector, which is an | Douglas Gregor | 2009-05-20 | 1 | -72/+36 |
| * | Template instantiation for CXXExprWithTemporaries, which occurs when | Douglas Gregor | 2009-05-20 | 1 | -1/+13 |
| * | Template instantiation for the various kinds of AST nodes that occur | Douglas Gregor | 2009-05-20 | 1 | -3/+84 |
| * | Introduce a new expression type, CXXUnresolvedConstructExpr, to | Douglas Gregor | 2009-05-20 | 1 | -0/+41 |
| * | Add FIXMEs for the remaining C and C++ expression types that still | Douglas Gregor | 2009-05-19 | 1 | -2/+24 |
| * | Template instantiation for __builtin_va_arg. | Douglas Gregor | 2009-05-19 | 1 | -3/+27 |
| * | Template instantiation for __builtin_choose_expr. | Douglas Gregor | 2009-05-19 | 1 | -0/+20 |
| * | Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, | Douglas Gregor | 2009-05-19 | 1 | -16/+2 |
| * | Template instantiation for __builtin_shufflevector. | Douglas Gregor | 2009-05-19 | 1 | -0/+48 |
| * | Template instantiation for __builtin_types_compatible_p. | Douglas Gregor | 2009-05-19 | 1 | -0/+21 |
| * | Template instantiation for GNU statement expressions | Douglas Gregor | 2009-05-19 | 1 | -0/+12 |
| * | Fix handling of the GNU "t ? : f" extension to the conditional | Douglas Gregor | 2009-05-19 | 1 | -8/+8 |
| * | Template instantiation for compound assignment operators. | Douglas Gregor | 2009-05-19 | 1 | -0/+7 |
| * | Template instantiation for cast expressions. | Douglas Gregor | 2009-05-19 | 1 | -0/+121 |
| * | Template instantiation for call expressions. | Douglas Gregor | 2009-05-19 | 1 | -9/+56 |
| * | Template instantiation for array subscript expressions. This was far | Douglas Gregor | 2009-05-19 | 1 | -0/+31 |
| * | Template instantiation for imaginary literals, because they were next in Expr.h | Douglas Gregor | 2009-05-18 | 1 | -0/+6 |
| * | Implement instantiation of a few boring, simple expressions. I don't think th... | Sebastian Redl | 2009-05-16 | 1 | -2/+44 |
| * | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -5/+5 |
| * | Template instantiation for WhileStmt and CXXConditionDeclExpr. | Douglas Gregor | 2009-05-15 | 1 | -0/+16 |
| * | Allow instantiation of NULL expressions and statements | Douglas Gregor | 2009-05-15 | 1 | -0/+3 |
| * | Instantiation support for 'this' | Anders Carlsson | 2009-05-15 | 1 | -0/+12 |
| * | Move statement instantiation into its own file. No functionality change | Douglas Gregor | 2009-05-15 | 1 | -132/+2 |
| * | Instantiate return statements. | Anders Carlsson | 2009-05-15 | 1 | -0/+14 |
| * | Add NullStmt::Clone and use it | Anders Carlsson | 2009-05-15 | 1 | -1/+1 |