| Commit message (Expand) | Author | Age | Files | Lines |
| * | When analyzing for member self-assignment, don't attempt to dereference null | Nick Lewycky | 2010-06-15 | 1 | -19/+21 |
| * | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+11 |
| * | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall | 2010-06-04 | 1 | -11/+8 |
| * | Delay checking for mutable const fields until we're checking the field. | John McCall | 2010-06-04 | 1 | -30/+10 |
| * | Add all final overriders to the map. | Anders Carlsson | 2010-06-03 | 1 | -0/+7 |
| * | When filtering out previous declarations of friend functions, consider the | John McCall | 2010-05-28 | 1 | -5/+10 |
| * | Tweak the fix-it for a copy constructor declared to take its argument | Douglas Gregor | 2010-05-27 | 1 | -1/+4 |
| * | Fixes misc. flexible array bugs in c++ (PR7029). | Fariborz Jahanian | 2010-05-26 | 1 | -1/+12 |
| * | Added source order to CXXBaseOrMemberInitializer. | Abramo Bagnara | 2010-05-26 | 1 | -0/+3 |
| * | IRgen/C++: When mark vtables used, make sure to still append to the VTableUse... | Daniel Dunbar | 2010-05-25 | 1 | -2/+9 |
| * | Simplify. | Daniel Dunbar | 2010-05-25 | 1 | -2/+1 |
| * | Don't look for a destructor in a dependent type. Fixes PR7198. | Douglas Gregor | 2010-05-22 | 1 | -1/+1 |
| * | Fix a crasher in constructor-initializer reordering warnings (PR7179). | Douglas Gregor | 2010-05-20 | 1 | -3/+1 |
| * | Generate objc_memmove_collectable write-barrier for | Fariborz Jahanian | 2010-05-20 | 1 | -1/+7 |
| * | Be sure to apply initializers to members of anonymous structs and unions | John McCall | 2010-05-20 | 1 | -61/+92 |
| * | Add a new failure kind, FK_Incomplete, to InitializationSequence, to | Douglas Gregor | 2010-05-20 | 1 | -0/+3 |
| * | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara | 2010-05-20 | 1 | -5/+5 |
| * | Various small fixes for construction/destruction of Objective-C++ | Douglas Gregor | 2010-05-20 | 1 | -0/+17 |
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -1/+2 |
| * | Don't attempt to poke into an invalid field's class type | Fariborz Jahanian | 2010-05-17 | 1 | -1/+2 |
| * | A vtable is used if the key function is defined... even if that key | Douglas Gregor | 2010-05-14 | 1 | -2/+1 |
| * | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -78/+120 |
| * | improve comments. | Chris Lattner | 2010-05-12 | 1 | -3/+3 |
| * | When we emit an error during the implicit definition of a special | Douglas Gregor | 2010-05-12 | 1 | -5/+23 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -3/+3 |
| * | Speculatively revert r103497, "Do not mark the virtual members of an | Daniel Dunbar | 2010-05-11 | 1 | -51/+8 |
| * | Do not mark the virtual members of an implicitly-instantiated class as | Douglas Gregor | 2010-05-11 | 1 | -8/+51 |
| * | It turns out that we should be allowing redeclarations within function | Douglas Gregor | 2010-05-06 | 1 | -2/+3 |
| * | Partial and full specializations of a class template may have a | Douglas Gregor | 2010-05-06 | 1 | -1/+0 |
| * | When implicit definition of the copy-assignment operator fails, | Douglas Gregor | 2010-05-05 | 1 | -6/+12 |
| * | Reimplement code generation for copying fields in the | Douglas Gregor | 2010-05-05 | 1 | -49/+96 |
| * | When creating a call to a base subobject's operator= in an | Douglas Gregor | 2010-05-04 | 1 | -4/+29 |
| * | When inheriting a default argument expression, inherit the full expression, | John McCall | 2010-05-04 | 1 | -2/+4 |
| * | Diagnose unused exception parameters under a different warning group | Douglas Gregor | 2010-05-03 | 1 | -1/+2 |
| * | When creating the declaration reference for implicit copy-construction | Douglas Gregor | 2010-05-03 | 1 | -1/+1 |
| * | When declaring a namespace alias, ignore previous declarations that | Douglas Gregor | 2010-05-03 | 1 | -3/+7 |
| * | Replace a char*/size pair with stringref. | Benjamin Kramer | 2010-05-03 | 1 | -4/+3 |
| * | Add an enum to CXXConstructExpr so we can determine if the construction expre... | Anders Carlsson | 2010-05-02 | 1 | -4/+4 |
| * | Complete reimplementation of the synthesis for implicitly-defined copy | Douglas Gregor | 2010-05-01 | 1 | -82/+404 |
| * | When defining implicit copy constructors, use SetBaseOrMemberInitializers to ... | Anders Carlsson | 2010-05-01 | 1 | -20/+18 |
| * | Added an RAII object that helps set up/tear down the Sema context | Douglas Gregor | 2010-05-01 | 1 | -19/+31 |
| * | It turns out that basically every caller to RequireCompleteDeclContext | John McCall | 2010-05-01 | 1 | -2/+2 |
| * | More of Sema to implement initialization of | Fariborz Jahanian | 2010-04-28 | 1 | -0/+41 |
| * | Improve the diagnostic you get when making a qualified member access | John McCall | 2010-04-27 | 1 | -1/+1 |
| * | Revert enough of my patches to fix self-host again :( | Anders Carlsson | 2010-04-25 | 1 | -14/+18 |
| * | Add an explicit UsuallyTinyPtrVector that takes a single element. | Anders Carlsson | 2010-04-24 | 1 | -3/+2 |
| * | DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create ... | Anders Carlsson | 2010-04-24 | 1 | -18/+14 |
| * | When building implicit base initializers, add a derived-to-base cast that poi... | Anders Carlsson | 2010-04-24 | 1 | -0/+7 |
| * | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -15/+38 |
| * | Pass the base specifiers through to CheckDerivedToBaseConversion. No function... | Anders Carlsson | 2010-04-24 | 1 | -10/+19 |