Age | Commit message (Expand) | Author |
2009-09-16 | Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even | Douglas Gregor |
2009-09-15 | Implement partial ordering of class template partial specializations | Douglas Gregor |
2009-09-11 | Slight improvement for extern templates, so that an explicit | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-02 | Fix a codegen crash when a class template has a constructor that does member ... | Anders Carlsson |
2009-09-01 | In CXXBaseOrMemberInitializer, don't confuse CtorTocall with | Douglas Gregor |
2009-09-01 | Implement proper substitution for OverloadedFunctionDecls, but substituting e... | Douglas Gregor |
2009-09-01 | Don't assume that a base is always a RecordType, it can also be a TemplateSpe... | Anders Carlsson |
2009-09-01 | Add pretty stack traces when instantiating functions and static data members. | Anders Carlsson |
2009-09-01 | Handle member initializers that point to fields in anonymous structs. | Anders Carlsson |
2009-09-01 | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson |
2009-08-31 | Fix bug 4784 and allow friend declarations to properly extend | John McCall |
2009-08-30 | Unbreak tests. I'll look into why this is necessary later. | Eli Friedman |
2009-08-29 | Make instantiating initializers for classes with a dependent base type | Eli Friedman |
2009-08-29 | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson |
2009-08-29 | Fix the breakage by handling indirect instantiations. This would be much | John McCall |
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 |