Age | Commit message (Expand) | Author |
2010-04-12 | When creating the implicitly-declared special member functions, be | Douglas Gregor |
2010-04-12 | Have the CXXBaseOrMemberInitializer keep track of whether an initializer init... | Anders Carlsson |
2010-04-10 | Diagnose more cases of initializing distinct members of an anonymous union | John McCall |
2010-04-10 | Diagnose misordered initializers in constructor templates immediately instead of | John McCall |
2010-04-09 | Suppress access control diagnostics when looking up a base or member name | John McCall |
2010-04-08 | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin |
2010-04-08 | Implement dependent friend function template specializations. | John McCall |
2010-04-07 | Implement checking for template literal operator functions. This | Sean Hunt |
2010-04-07 | Updated comment to reflect changes made in the most recent draft. | Sean Hunt |
2010-04-07 | Improve handling of friend types in several ways: | Douglas Gregor |
2010-04-07 | Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for | Douglas Gregor |
2010-04-02 | Rework our handling of copy construction of temporaries, which was a | Douglas Gregor |
2010-04-02 | If a constructor is a dependent context, just set the base and member initial... | Anders Carlsson |
2010-04-02 | Diagnose multiple base and member initializers in class templates. | Anders Carlsson |
2010-04-02 | More cleanup. | Anders Carlsson |
2010-04-02 | Constify. | Anders Carlsson |
2010-04-02 | Minor cleanup. | Anders Carlsson |
2010-03-31 | Change the representation of dependent elaborated-type-specifiers | Douglas Gregor |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-31 | Regularize support for naming conversion functions in using decls. | John McCall |
2010-03-30 | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-30 | Fix a bug where we would incorrectly report an error about initializing two f... | Anders Carlsson |
2010-03-30 | Reduce nesting. | Anders Carlsson |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-29 | Exit early from the simple form of Sema::RequireNonAbstractType(), for | Douglas Gregor |
2010-03-29 | Support __attribute__((packed)) (along with other attributes) at the | Douglas Gregor |
2010-03-26 | Compare namespaces properly when looking for redeclarations of | Douglas Gregor |
2010-03-26 | When adding initializers to a constructor, be sure that we are looking | Douglas Gregor |
2010-03-26 | Mark virtual methods that are used in tables included in VTTs as used. | Rafael Espindola |
2010-03-25 | Preserve type-source information in friend declarations. | John McCall |
2010-03-24 | Make sure to properly track the anonymous namespace that lives inside | Douglas Gregor |
2010-03-23 | Implement computation of the final overriders for each virtual | Douglas Gregor |
2010-03-22 | A fixed version of r99174 which also includes a test that we emit vtables when | Rafael Espindola |
2010-03-22 | revert r99174. It caused PR6677. Will try to debug why tonight. | Rafael Espindola |
2010-03-22 | When handling a TSK_ExplicitInstantiationDefinition after a | Rafael Espindola |
2010-03-19 | Remember the "found declaration" for an overload candidate, which is the | John McCall |
2010-03-16 | Perform access control for the implicit calls to base and member destructors | John McCall |
2010-03-16 | Access control for implicit calls to copy assignment operators and copy | John McCall |
2010-03-16 | Perform access control even for the implicit destructor calls from implicit | John McCall |
2010-03-16 | Perform access control for the implicit base and member destructor calls | John McCall |
2010-03-13 | Fix PR6562. If a type is dependent, we don't know if it will have implicit | Rafael Espindola |
2010-03-12 | Remember whether a ParmVarDecl was spelled with a default argument or | John McCall |
2010-03-11 | Maintain type source information for functions through template | John McCall |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-10 | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola |
2010-03-08 | Downgrade errors when trying to catch a pointer or reference to | Douglas Gregor |
2010-03-07 | Robustify callers that rebuild typename type nodes again NULL return | Douglas Gregor |