Age | Commit message (Expand) | Author |
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 |
2009-05-20 | Template instantiation for CXXExprWithTemporaries, which occurs when | Douglas Gregor |
2009-05-20 | Template instantiation for the various kinds of AST nodes that occur | Douglas Gregor |
2009-05-20 | Introduce a new expression type, CXXUnresolvedConstructExpr, to | Douglas Gregor |
2009-05-19 | Add FIXMEs for the remaining C and C++ expression types that still | Douglas Gregor |
2009-05-19 | Template instantiation for __builtin_va_arg. | Douglas Gregor |
2009-05-19 | Template instantiation for __builtin_choose_expr. | Douglas Gregor |
2009-05-19 | Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, | Douglas Gregor |
2009-05-19 | Template instantiation for __builtin_shufflevector. | Douglas Gregor |
2009-05-19 | Template instantiation for __builtin_types_compatible_p. | Douglas Gregor |
2009-05-19 | Template instantiation for GNU statement expressions | Douglas Gregor |
2009-05-19 | Fix handling of the GNU "t ? : f" extension to the conditional | Douglas Gregor |
2009-05-19 | Template instantiation for compound assignment operators. | Douglas Gregor |
2009-05-19 | Template instantiation for cast expressions. | Douglas Gregor |