Age | Commit message (Expand) | Author |
2010-02-21 | Eliminate the default arguments to ASTContext::getFunctionType(), | Douglas Gregor |
2010-02-16 | Support local namespace aliases and permit them to be instantiated. | John McCall |
2010-02-15 | Defer covariance checks for dependent types. Add test cases that also ensure | Chandler Carruth |
2010-02-12 | Work around an annoying, non-standard optimization in the glibc | Douglas Gregor |
2010-02-11 | When we have a dependent direct initializer but not a dependent | Douglas Gregor |
2010-02-11 | Remove another redundant ASTContext parameter | Douglas Gregor |
2010-02-11 | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor |
2010-02-11 | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor |
2010-02-10 | Improve access control diagnostics. Perform access control on member-pointer | John McCall |
2010-02-08 | Thread a source location into the template-argument deduction routines. There | John McCall |
2010-02-07 | Add attributes to namespace decls. | Anders Carlsson |
2010-02-05 | A function declarator with a non-identifier name in an anonymous class | Douglas Gregor |
2010-02-04 | Extract a common structure for holding information about the definition | John McCall |
2010-02-02 | Mark dtors for parameter variables and eliminate some redundant type munging. | John McCall |
2010-02-02 | Access control for implicit destructor calls. Diagnostic could be orders of | John McCall |
2010-02-01 | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl |
2010-01-31 | Switch expressions like T() and T(1,2) over to new-style initialization. I'm | Eli Friedman |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2010-01-29 | Fix reference-binding when we have a reference to const volatile type; | Douglas Gregor |
2010-01-28 | Access control for surrogate function calls. Required a moderately gross hack | John McCall |
2010-01-27 | Fix a major oversight in the comparison of standard conversion | Douglas Gregor |
2010-01-26 | Pass access specifiers around in overload resolution. | John McCall |
2010-01-22 | No need to canonicalize the type and use dyn_cast. Also, correctly diagnose t... | Anders Carlsson |
2010-01-22 | Fix an obvious goof that caused us to only see the top level of return types | Chandler Carruth |
2010-01-20 | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall |
2010-01-19 | In a mem-initializer, a nested-name-specifier followed by an | Douglas Gregor |
2010-01-13 | Reimplement constructor declarator parsing to cope with template-ids | Douglas Gregor |
2010-01-13 | Record some basic information about bad conversion sequences. Use that | John McCall |
2010-01-13 | Implement semantic checking for C++ literal operators. | Sean Hunt |
2010-01-13 | Remove broken fix-it when a default function argument has been | Douglas Gregor |
2010-01-12 | So I was sitting around, trying vainly to think of something to commit, and then | John McCall |
2010-01-12 | Introduce a specific representation for the ambiguous implicit conversion | John McCall |
2010-01-11 | Eliminate an embarrassing performance regression in C/ObjC, where we | Douglas Gregor |
2010-01-11 | Add support for out-of-line definitions of conversion function | Douglas Gregor |
2010-01-11 | Implement name lookup for conversion function template specializations | Douglas Gregor |
2010-01-08 | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall |
2010-01-07 | When we typo-correct a base class initializer, point to the base class | Douglas Gregor |
2010-01-07 | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor |
2010-01-06 | Fix marking of virtual members for nested classes whose first non-pure virtua... | Douglas Gregor |
2010-01-06 | Improve the diagnostics used to report implicitly-generated class members | John McCall |
2010-01-06 | Make our marking of virtual members functions in a class be | Douglas Gregor |
2010-01-05 | Improve key-function computation for templates. In particular: | Douglas Gregor |
2009-12-31 | It's OK for a return type to be incomplete if it's being defined. | Anders Carlsson |
2009-12-31 | Make sure that an overriding return type is complete before checking if it's ... | Anders Carlsson |
2009-12-31 | Typo correction for C++ base and member initializers, e.g., | Douglas Gregor |
2009-12-31 | improve diagnostics for case when a field type is unknown by | Chris Lattner |
2009-12-29 | Correctly refer to element CVR qualifications when determining if a type is | Chandler Carruth |
2009-12-25 | Attempted fix for PR5884; this code will be dead soon, but this fix should | Eli Friedman |
2009-12-25 | Remove some dead variables clang-analyzer found. | Benjamin Kramer |
2009-12-24 | Make copy constructor elimination work in more cases; the case in question | Eli Friedman |