| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Support local namespace aliases and permit them to be instantiated. | John McCall | 2010-02-16 | 1 | -1/+1 |
| * | Defer covariance checks for dependent types. Add test cases that also ensure | Chandler Carruth | 2010-02-15 | 1 | -1/+2 |
| * | Work around an annoying, non-standard optimization in the glibc | Douglas Gregor | 2010-02-12 | 1 | -3/+1 |
| * | When we have a dependent direct initializer but not a dependent | Douglas Gregor | 2010-02-11 | 1 | -18/+18 |
| * | Remove another redundant ASTContext parameter | Douglas Gregor | 2010-02-11 | 1 | -1/+1 |
| * | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor | 2010-02-11 | 1 | -6/+5 |
| * | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -2/+2 |
| * | Improve access control diagnostics. Perform access control on member-pointer | John McCall | 2010-02-10 | 1 | -8/+15 |
| * | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -3/+3 |
| * | Add attributes to namespace decls. | Anders Carlsson | 2010-02-07 | 1 | -1/+4 |
| * | A function declarator with a non-identifier name in an anonymous class | Douglas Gregor | 2010-02-05 | 1 | -1/+1 |
| * | Extract a common structure for holding information about the definition | John McCall | 2010-02-04 | 1 | -4/+7 |
| * | Mark dtors for parameter variables and eliminate some redundant type munging. | John McCall | 2010-02-02 | 1 | -6/+5 |
| * | Access control for implicit destructor calls. Diagnostic could be orders of | John McCall | 2010-02-02 | 1 | -4/+5 |
| * | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl | 2010-02-01 | 1 | -2/+2 |
| * | Switch expressions like T() and T(1,2) over to new-style initialization. I'm | Eli Friedman | 2010-01-31 | 1 | -102/+0 |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -217/+261 |
| * | Fix reference-binding when we have a reference to const volatile type; | Douglas Gregor | 2010-01-29 | 1 | -0/+1 |
| * | Access control for surrogate function calls. Required a moderately gross hack | John McCall | 2010-01-28 | 1 | -0/+5 |
| * | Fix a major oversight in the comparison of standard conversion | Douglas Gregor | 2010-01-27 | 1 | -2/+6 |
| * | Pass access specifiers around in overload resolution. | John McCall | 2010-01-26 | 1 | -3/+6 |
| * | No need to canonicalize the type and use dyn_cast. Also, correctly diagnose t... | Anders Carlsson | 2010-01-22 | 1 | -12/+10 |
| * | Fix an obvious goof that caused us to only see the top level of return types | Chandler Carruth | 2010-01-22 | 1 | -4/+4 |
| * | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 1 | -2/+2 |
| * | In a mem-initializer, a nested-name-specifier followed by an | Douglas Gregor | 2010-01-19 | 1 | -8/+25 |
| * | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor | 2010-01-13 | 1 | -0/+1 |