| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall | 2010-01-08 | 1 | -4/+4 |
* | When we typo-correct a base class initializer, point to the base class | Douglas Gregor | 2010-01-07 | 1 | -1/+8 |
* | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -0/+2 |
* | Fix marking of virtual members for nested classes whose first non-pure virtua... | Douglas Gregor | 2010-01-06 | 1 | -5/+31 |
* | Improve the diagnostics used to report implicitly-generated class members | John McCall | 2010-01-06 | 1 | -1/+1 |
* | Make our marking of virtual members functions in a class be | Douglas Gregor | 2010-01-06 | 1 | -51/+14 |
* | Improve key-function computation for templates. In particular: | Douglas Gregor | 2010-01-05 | 1 | -10/+22 |
* | It's OK for a return type to be incomplete if it's being defined. | Anders Carlsson | 2009-12-31 | 1 | -3/+6 |
* | Make sure that an overriding return type is complete before checking if it's ... | Anders Carlsson | 2009-12-31 | 1 | -0/+9 |
* | Typo correction for C++ base and member initializers, e.g., | Douglas Gregor | 2009-12-31 | 1 | -32/+88 |
* | improve diagnostics for case when a field type is unknown by | Chris Lattner | 2009-12-31 | 1 | -1/+2 |
* | Correctly refer to element CVR qualifications when determining if a type is | Chandler Carruth | 2009-12-29 | 1 | -4/+12 |
* | Attempted fix for PR5884; this code will be dead soon, but this fix should | Eli Friedman | 2009-12-25 | 1 | -3/+2 |
* | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -3/+0 |
* | Make copy constructor elimination work in more cases; the case in question | Eli Friedman | 2009-12-24 | 1 | -0/+4 |
* | Egregious, disgusting workaround for PR5866. We need to rework how we | Douglas Gregor | 2009-12-24 | 1 | -0/+3 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-12-24 | 1 | -2/+1 |
* | Allow the first parameter of operator new to be a cv-qualified | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence | Douglas Gregor | 2009-12-22 | 1 | -35/+32 |
* | Switch default arguments over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -1/+5 |
* | Stop diagnosing the use of inner classes as friends. ddunbar asked whether | John McCall | 2009-12-22 | 1 | -7/+4 |
* | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -2/+2 |
* | Reorganize the base-lookup bits of ActOnMemInitializer in order to better | John McCall | 2009-12-21 | 1 | -8/+24 |
* | Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made | John McCall | 2009-12-19 | 1 | -48/+14 |
* | Just push a new scope when parsing an out-of-line variable definition. | John McCall | 2009-12-19 | 1 | -33/+43 |
* | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -0/+3 |
* | Correctly calcluate abstract-ness in the case where an implicitly declared | Eli Friedman | 2009-12-16 | 1 | -3/+6 |
* | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -5/+7 |
* | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -3/+3 |
* | Successive anonymous namespaces name the same scope. I misinterpreted the | John McCall | 2009-12-16 | 1 | -14/+35 |
* | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -3/+6 |
* | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -2/+2 |
* | Fix some diagnostic-related FIXMEs, from Nicola Gigante | Douglas Gregor | 2009-12-15 | 1 | -2/+2 |
* | More improvements to checking allocation and deallocation functions. | Anders Carlsson | 2009-12-13 | 1 | -44/+76 |
* | Fix tyop. | Anders Carlsson | 2009-12-12 | 1 | -1/+1 |
* | Correctly diagnose [basic.stc.dynamic.allocation]p1 | Anders Carlsson | 2009-12-12 | 1 | -11/+29 |
* | Factor operator new declaration checking out into a separate function. | Anders Carlsson | 2009-12-12 | 1 | -19/+24 |
* | More work on improving the operator delete diagnostics. | Anders Carlsson | 2009-12-12 | 1 | -9/+19 |
* | Fix build. | Anders Carlsson | 2009-12-11 | 1 | -7/+1 |
* | Improve diagnostics for malformed delete operator function declarations. | Anders Carlsson | 2009-12-11 | 1 | -4/+55 |
* | Random string-related cleanups. | Benjamin Kramer | 2009-12-11 | 1 | -3/+1 |
* | Check if the target of a using decl is already declared in this scope before | John McCall | 2009-12-11 | 1 | -12/+15 |
* | Implement access declarations. Most of the work here is parsing them, which | John McCall | 2009-12-11 | 1 | -0/+13 |
* | Improve the diagnostic when a new declaration conflicts with a using shadow | John McCall | 2009-12-10 | 1 | -12/+5 |
* | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -38/+268 |
* | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -8/+15 |
* | Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash wh... | Anders Carlsson | 2009-12-09 | 1 | -9/+11 |
* | Correctly implement the C++03 and 0x restrictions on class-member using | John McCall | 2009-12-08 | 1 | -44/+187 |
* | Rework how virtual member functions are marked. If a class has no key functio... | Anders Carlsson | 2009-12-07 | 1 | -8/+51 |
* | Move key functions to a separate map. | Anders Carlsson | 2009-12-07 | 1 | -2/+6 |