| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Access control for implicit calls to copy assignment operators and copy | John McCall | 2010-03-16 | 1 | -4/+28 |
| * | Perform access control even for the implicit destructor calls from implicit | John McCall | 2010-03-16 | 1 | -38/+1 |
| * | Perform access control for the implicit base and member destructor calls | John McCall | 2010-03-16 | 1 | -20/+54 |
| * | Fix PR6562. If a type is dependent, we don't know if it will have implicit | Rafael Espindola | 2010-03-13 | 1 | -0/+5 |
| * | Remember whether a ParmVarDecl was spelled with a default argument or | John McCall | 2010-03-12 | 1 | -0/+1 |
| * | Maintain type source information for functions through template | John McCall | 2010-03-11 | 1 | -6/+10 |
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -13/+18 |
| * | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola | 2010-03-10 | 1 | -4/+7 |
| * | Downgrade errors when trying to catch a pointer or reference to | Douglas Gregor | 2010-03-08 | 1 | -3/+10 |
| * | Robustify callers that rebuild typename type nodes again NULL return | Douglas Gregor | 2010-03-07 | 1 | -0/+3 |
| * | Reference binding via user-defined conversion can compute a binding | Douglas Gregor | 2010-03-07 | 1 | -10/+13 |
| * | When declaring a catch block in C++, make sure that the type being | Douglas Gregor | 2010-03-05 | 1 | -5/+26 |
| * | During codegen assert that any copy assignment, destructor or constructor that | Rafael Espindola | 2010-03-02 | 1 | -43/+75 |
| * | Skip dependent virtual base classes; fixes PR6413. | Douglas Gregor | 2010-02-27 | 1 | -1/+4 |
| * | Don't try to finalize an ill-formed variable or one whose class type is ill-f... | Douglas Gregor | 2010-02-25 | 1 | -1/+2 |
| * | Catch more uses of uninitialized implicit conversion sequences. | John McCall | 2010-02-25 | 1 | -2/+1 |
| * | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor | 2010-02-21 | 1 | -7/+34 |