Age | Commit message (Expand) | Author |
2009-08-11 | Refactor the template-instantiation logic for expressions into a | Douglas Gregor |
2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
2009-08-08 | Get rid of Stmt::Clone now that we can reference count statements instead. | Anders Carlsson |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |
2009-08-06 | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor |
2009-08-05 | Patch to improve ir-gen for constructors with default argument | Fariborz Jahanian |
2009-08-03 | Fix assertion crash. I don't have a testcase, but the fix is pretty | Eli Friedman |
2009-07-31 | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson |
2009-07-29 | [llvm up] | Douglas Gregor |
2009-07-24 | Allow front-end 'isa' access on object's of type 'id'. | Steve Naroff |
2009-07-09 | Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pas... | Anders Carlsson |
2009-07-01 | Cope with explicitly-specified function template arguments when there | Douglas Gregor |
2009-06-30 | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor |
2009-06-30 | Refactor ActOnDeclarationNameExpr into a "parsing action" part and a | Douglas Gregor |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-26 | Fix PR4448. | Anders Carlsson |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-06-16 | Handle temporaries in default arguments. | Anders Carlsson |
2009-06-12 | Diagnose the incorrect use of non-type template arguments for class | Douglas Gregor |
2009-06-07 | Instantiation support for more Obj-C expressions, string literals, @selector ... | Anders Carlsson |
2009-06-07 | Template instantiation support for Obj-C @encode expressions. | Anders Carlsson |
2009-06-05 | Several improvements to template argument deduction: | Douglas Gregor |
2009-05-30 | Remove VarDecl from CXXConstructExpr. | Anders Carlsson |
2009-05-30 | Bind temporaries correctly when instantiating expressions. | Anders Carlsson |
2009-05-30 | Add a CXXBindTemporaryExpr. | Anders Carlsson |
2009-05-29 | Reduce the amount of stack space we use in SmallVectors during | Douglas Gregor |
2009-05-27 | Simplify, and improve the performance of, template instantiation for | Douglas Gregor |
2009-05-27 | Improve name lookup for and template instantiation of declaration | Douglas Gregor |
2009-05-27 | Initial stab at a generalized operation for determining the | Douglas Gregor |
2009-05-26 | Template instantiation for "typeof" for both types and expressions. | Douglas Gregor |
2009-05-22 | Template instantiation for qualified declaration reference | Douglas Gregor |
2009-05-22 | Template instantiation for the GNU address-of-label extension. | Douglas Gregor |
2009-05-22 | Template instantiation for ExtVectorElementExpr. | Douglas Gregor |
2009-05-22 | Add a few tests to ensure that member functions of class templates can | Douglas Gregor |
2009-05-22 | Representation of and template instantiation for member | Douglas Gregor |
2009-05-21 | Template instantiation for C99 compound literals | Douglas Gregor |
2009-05-21 | Template instantiation for GNU array-range designators. | Douglas Gregor |
2009-05-21 | Template instantiation for C99 designated initializers, because we | Douglas Gregor |
2009-05-21 | Template instantiation for initializer lists | Douglas Gregor |
2009-05-21 | Template instantiation for unary type traits, e.g., __is_pod | Douglas Gregor |
2009-05-21 | Template instantiation for C++ "typeid" expressions. | Douglas Gregor |
2009-05-21 | Template instantiation for C++ throw expressions | Douglas Gregor |
2009-05-21 | Template instantiation for C++ delete expression | Douglas Gregor |
2009-05-21 | Merge the ASTVector and ASTOwningVector templates, since they offered | Douglas Gregor |
2009-05-21 | Template instantiation for C++ "new" expressions. | Douglas Gregor |
2009-05-20 | Fix template instantiation for compound statements so that it properly | Douglas Gregor |
2009-05-20 | Introduce a new kind of RAII class, ASTOwningVector, which is an | Douglas Gregor |