| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use 'needsImplicit<special member>' to determine whether we need | Richard Smith | 2012-12-01 | 1 | -5/+9 |
* | The declaration of a special member can require overload resolution to be | Richard Smith | 2012-11-29 | 1 | -0/+54 |
* | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 1 | -141/+4 |
* | C++ core issue 1344, PR10618: promote "addition of default argument makes this | Richard Smith | 2012-11-28 | 1 | -9/+16 |
* | Simplify checking for whether we should implicitly declare special members and | Richard Smith | 2012-11-27 | 1 | -1/+4 |
* | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith | 2012-11-16 | 1 | -4/+1 |
* | Teach the uninitialized field warning about anonymous structs and union members. | Nick Lewycky | 2012-11-15 | 1 | -9/+23 |
* | Remove another questionable use of hasTrivial*. The relevant thing for this | Richard Smith | 2012-11-14 | 1 | -93/+114 |
* | Fix some wrong-code bugs in implicitly-defined assignment operators: | Richard Smith | 2012-11-13 | 1 | -35/+43 |
* | Factor duplicated implicit memcpy call generation code out of copy/move | Richard Smith | 2012-11-12 | 1 | -200/+69 |
* | Rework my implementation of circular-reference finding to not use | Douglas Gregor | 2012-11-10 | 1 | -7/+34 |
* | Diagnostic circular inheritance involving dependent base classes. We | Douglas Gregor | 2012-11-10 | 1 | -4/+31 |
* | Put the usage-directive inside the nearest namespace or TU decl. We don't want | Nick Lewycky | 2012-11-04 | 1 | -3/+3 |
* | Rework implementation of DR1492: Apply the resolution to operator delete too, | Richard Smith | 2012-10-20 | 1 | -1/+1 |
* | Handle diamond inheritance in -Woverloaded-virtual. | David Blaikie | 2012-10-19 | 1 | -13/+29 |
* | Fix Objective-C implicit property synthesis for C++ classes so we use valid | Eli Friedman | 2012-10-18 | 1 | -30/+8 |
* | Fix -Woverloaded-virtual when the using statement refers to a base declaratio... | David Blaikie | 2012-10-17 | 1 | -1/+6 |
* | Fix typo correction of one qualified name to another. | David Blaikie | 2012-10-12 | 1 | -1/+2 |
* | Fix stack overflow when trying to create an implicit moving | Argyrios Kyrtzidis | 2012-10-10 | 1 | -1/+1 |
* | Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about wh... | Richard Smith | 2012-10-05 | 1 | -2/+7 |
* | Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines | Richard Smith | 2012-10-04 | 1 | -24/+41 |
* | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -1/+1 |
* | Fix for r163013 regression and further __interface enhancement. | John McCall | 2012-09-25 | 1 | -4/+59 |
* | Don't produce diagnostics for missing ctor-initializers during template | Richard Smith | 2012-09-25 | 1 | -1/+5 |
* | Make warnings about uninitialized fields include the field name. | Hans Wennborg | 2012-09-21 | 1 | -1/+1 |
* | Doxygen-ify a comment. | Craig Topper | 2012-09-21 | 1 | -4/+4 |
* | PR13890: Warn on abstract final classes. | David Blaikie | 2012-09-21 | 1 | -0/+5 |
* | Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a | Richard Smith | 2012-09-20 | 1 | -10/+14 |
* | Warn about self references in in-class initializers. | Hans Wennborg | 2012-09-18 | 1 | -94/+101 |
* | Don't write uninitialized values even if nobody ever asks for it. | Axel Naumann | 2012-09-17 | 1 | -1/+1 |
* | When diagnosing multiple mem-initializers in a delegating ctor, point to the ... | Richard Smith | 2012-09-14 | 1 | -4/+3 |
* | As we do with base and member initializers in a dependent class, delay | Douglas Gregor | 2012-09-14 | 1 | -1/+5 |
* | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
* | Don't try to check override control for invalid member functions. Fixes a cra... | Richard Smith | 2012-09-06 | 1 | -0/+3 |
* | Changed the remaining dead asserts to llvm_unreachable. | Joao Matos | 2012-09-01 | 1 | -7/+5 |
* | Normalize line endings of r163013 (part 2). | Joao Matos | 2012-08-31 | 1 | -30/+30 |
* | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -14/+30 |
* | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -8/+8 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -5/+3 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -16/+13 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -5/+5 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -20/+20 |
* | Fix undefined behavior: member function calls where 'this' is a null pointer. | Richard Smith | 2012-08-23 | 1 | -16/+18 |
* | Better wording for reference self-initialization warning. | Hans Wennborg | 2012-08-20 | 1 | -1/+4 |
* | Store SourceManager pointer on PrintingPolicy in the case where we're dumping, | Richard Smith | 2012-08-16 | 1 | -1/+1 |
* | Make __is_convertible_to handle abstract types correctly. PR13591. | Eli Friedman | 2012-08-14 | 1 | -0/+1 |
* | Check access to friend declarations. There's a number of different | John McCall | 2012-08-10 | 1 | -2/+4 |
* | -Wunused-private-fields: Don't try to check unresolved initializer expressions | Richard Smith | 2012-08-07 | 1 | -43/+24 |
* | PR13499: Don't try to check whether 'override' has been validly applied until | Richard Smith | 2012-08-06 | 1 | -35/+39 |
* | PR13527: don't assert if a function is explicitly defaulted when it's already | Richard Smith | 2012-08-06 | 1 | -1/+2 |