Age | Commit message (Expand) | Author |
2009-08-29 | Instantiate member and base initializers. Patch by Anders Johnsen! (tweaked s... | Anders Carlsson |
2009-08-29 | For consistency, just make friend declarations AS_public. | John McCall |
2009-08-29 | Ensure code generation for friend declarations in class templates. | John McCall |
2009-08-28 | Remove #if 0'd code that is clearly not needed | Douglas Gregor |
2009-08-28 | Don't crash when instantiating templates containing anonymous structs/unions | Douglas Gregor |
2009-08-28 | Fix and test template instantiation for nested member templates. | Douglas Gregor |
2009-08-28 | Implement template instantiation for member class templates. | Douglas Gregor |
2009-08-28 | Instantiate unresolved using declarations. | Anders Carlsson |
2009-08-28 | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall |
2009-08-27 | Fix for PR4794 (instantiating friend class decl); this version shouldn't | Eli Friedman |
2009-08-27 | PR4794: Make instantiating friend class decls not crash. | Eli Friedman |
2009-08-27 | Implement instantiation of the declarations of member function | Douglas Gregor |
2009-08-26 | Make sure to bump the reference count of the last element in the ParenListExp... | Douglas Gregor |
2009-08-26 | Implement support for C++ direct initializers that involve dependent | Douglas Gregor |
2009-08-25 | Clarify the difference between substitution and instantiation by renaming | John McCall |
2009-08-25 | Basic support for default argument expressions for function templates. | Anders Carlsson |
2009-08-21 | Implement conversion function templates, along with the ability to use | Douglas Gregor |
2009-08-21 | Refactor instantiation of destructors to use the common CXXMethodDecl | Douglas Gregor |
2009-08-21 | Introduce support for constructor templates, which can now be declared | Douglas Gregor |
2009-08-21 | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis |
2009-08-21 | Implement support for calling member function templates, which involves: | Douglas Gregor |
2009-08-20 | Basic nested-template implementation. | John McCall |
2009-08-19 | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis |
2009-08-15 | Implement __is_empty. Patch by Sean Hunt. | Eli Friedman |
2009-08-14 | Support friend declarations in templates and test that argdep lookup | John McCall |
2009-08-08 | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-08-04 | Canonicalize else. | Mike Stump |
2009-07-29 | Use the new statement/expression profiling code to unique dependent | Douglas Gregor |
2009-07-27 | When instantiating a variable without an initializer, call | Douglas Gregor |
2009-07-24 | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor |
2009-07-21 | Add the location of the tag keyword into TagDecl. From Enea | Douglas Gregor |
2009-07-18 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-16 | Fix unused variable warnings (with -Asserts) | Daniel Dunbar |
2009-07-14 | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff |
2009-07-01 | Keep track of more information within the template instantiation stack, e.g., | Douglas Gregor |
2009-06-30 | When recursively instantiating function templates, keep track of the | 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-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis |
2009-06-29 | Keep track of function template specializations, to eliminate | Douglas Gregor |
2009-06-26 | Implicit instantiation for function template specializations. | Douglas Gregor |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-22 | Implement implicit instantiation of the member functions of a class template | Douglas Gregor |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-05-29 | Reduce the amount of stack space we use in SmallVectors during | Douglas Gregor |
2009-05-29 | Now that we have declared/defined tag types within DeclGroups, | Douglas Gregor |
2009-05-28 | Introduced DeclContext::isDependentContext, which determines whether a | Douglas Gregor |
2009-05-27 | Simplify, and improve the performance of, template instantiation for | Douglas Gregor |