| Commit message (Expand) | Author | Age | Files | Lines |
| * | Collapse the three separate initialization paths in | Douglas Gregor | 2010-04-16 | 1 | -107/+0 |
| * | Silence warning. | Benjamin Kramer | 2010-04-16 | 1 | -1/+1 |
| * | Audit uses of Sema::LookupSingleName for those lookups that are | Douglas Gregor | 2010-04-15 | 1 | -1/+2 |
| * | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -3/+5 |
| * | Warn about non-aggregate classes with no user-declared constructors | Douglas Gregor | 2010-04-15 | 1 | -0/+24 |
| * | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -1/+2 |
| * | Refactor and simplify the computation of implicit conversion sequences | Douglas Gregor | 2010-04-13 | 1 | -468/+0 |
| * | During referencing binding, only consider conversion functions for | Douglas Gregor | 2010-04-13 | 1 | -7/+9 |
| * | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall | 2010-04-13 | 1 | -2/+6 |
| * | Diagnose declarations of conversion functions with declarators other than '()'. | John McCall | 2010-04-13 | 1 | -13/+25 |
| * | When creating the implicitly-declared special member functions, be | Douglas Gregor | 2010-04-12 | 1 | -8/+23 |
| * | Have the CXXBaseOrMemberInitializer keep track of whether an initializer init... | Anders Carlsson | 2010-04-12 | 1 | -0/+5 |
| * | Diagnose more cases of initializing distinct members of an anonymous union | John McCall | 2010-04-10 | 1 | -26/+95 |
| * | Diagnose misordered initializers in constructor templates immediately instead of | John McCall | 2010-04-10 | 1 | -57/+56 |
| * | Suppress access control diagnostics when looking up a base or member name | John McCall | 2010-04-09 | 1 | -0/+3 |
| * | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -5/+5 |
| * | Implement dependent friend function template specializations. | John McCall | 2010-04-08 | 1 | -3/+0 |
| * | Implement checking for template literal operator functions. This | Alexis Hunt | 2010-04-07 | 1 | -4/+21 |
| * | Updated comment to reflect changes made in the most recent draft. | Alexis Hunt | 2010-04-07 | 1 | -5/+3 |
| * | Improve handling of friend types in several ways: | Douglas Gregor | 2010-04-07 | 1 | -35/+37 |
| * | Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for | Douglas Gregor | 2010-04-07 | 1 | -35/+61 |
| * | Rework our handling of copy construction of temporaries, which was a | Douglas Gregor | 2010-04-02 | 1 | -27/+15 |
| * | If a constructor is a dependent context, just set the base and member initial... | Anders Carlsson | 2010-04-02 | 1 | -107/+77 |
| * | Diagnose multiple base and member initializers in class templates. | Anders Carlsson | 2010-04-02 | 1 | -46/+40 |
| * | More cleanup. | Anders Carlsson | 2010-04-02 | 1 | -13/+7 |
| * | Constify. | Anders Carlsson | 2010-04-02 | 1 | -5/+5 |
| * | Minor cleanup. | Anders Carlsson | 2010-04-02 | 1 | -68/+79 |
| * | Change the representation of dependent elaborated-type-specifiers | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
| * | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -9/+7 |
| * | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -7/+9 |
| * | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -9/+7 |
| * | Regularize support for naming conversion functions in using decls. | John McCall | 2010-03-31 | 1 | -1/+10 |
| * | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -3/+5 |
| * | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -13/+10 |
| * | Fix a bug where we would incorrectly report an error about initializing two f... | Anders Carlsson | 2010-03-30 | 1 | -11/+14 |
| * | Reduce nesting. | Anders Carlsson | 2010-03-30 | 1 | -15/+15 |
| * | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -11/+8 |
| * | Exit early from the simple form of Sema::RequireNonAbstractType(), for | Douglas Gregor | 2010-03-29 | 1 | -0/+3 |
| * | Support __attribute__((packed)) (along with other attributes) at the | Douglas Gregor | 2010-03-29 | 1 | -2/+3 |
| * | Compare namespaces properly when looking for redeclarations of | Douglas Gregor | 2010-03-26 | 1 | -1/+3 |
| * | When adding initializers to a constructor, be sure that we are looking | Douglas Gregor | 2010-03-26 | 1 | -1/+5 |
| * | Mark virtual methods that are used in tables included in VTTs as used. | Rafael Espindola | 2010-03-26 | 1 | -1/+17 |
| * | Preserve type-source information in friend declarations. | John McCall | 2010-03-25 | 1 | -3/+8 |
| * | Make sure to properly track the anonymous namespace that lives inside | Douglas Gregor | 2010-03-24 | 1 | -1/+2 |
| * | Implement computation of the final overriders for each virtual | Douglas Gregor | 2010-03-23 | 1 | -94/+87 |
| * | A fixed version of r99174 which also includes a test that we emit vtables when | Rafael Espindola | 2010-03-22 | 1 | -1/+1 |
| * | revert r99174. It caused PR6677. Will try to debug why tonight. | Rafael Espindola | 2010-03-22 | 1 | -1/+1 |
| * | When handling a TSK_ExplicitInstantiationDefinition after a | Rafael Espindola | 2010-03-22 | 1 | -1/+1 |
| * | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -5/+6 |
| * | Perform access control for the implicit calls to base and member destructors | John McCall | 2010-03-16 | 1 | -33/+15 |