| Age | Commit message (Expand) | Author |
| 2010-07-01 | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor |
| 2010-07-01 | Provide exception specifications for implicitly-declared default constructors. | Douglas Gregor |
| 2010-07-01 | Move the implicit declaration of a default constructor into a separate | Douglas Gregor |
| 2010-07-01 | Provide exception specifications for implicitly-declared copy constructors. | Douglas Gregor |
| 2010-07-01 | Move the implicit declaration of a constructor out to a separate | Douglas Gregor |
| 2010-07-01 | Teach DeclareImplicitCopyConstructor how to cope with virtual bases | Douglas Gregor |
| 2010-07-01 | Move declaration of a class's implicit copy constructor into a | Douglas Gregor |
| 2010-07-01 | Provide an exception-specification for an implicitly-declared | Douglas Gregor |
| 2010-07-01 | Move the implicit declaration of a class's copy-assignment operator | Douglas Gregor |
| 2010-07-01 | Make loops infinitely faster. No functionality change. | Douglas Gregor |
| 2010-07-01 | Remove unnecessary ASTContext parameter from | Douglas Gregor |
| 2010-07-01 | Reinstate fix for PR7526, which was failing because, now that we | Douglas Gregor |
| 2010-07-01 | Revert r107374, which broke bootstrap. | Douglas Gregor |
| 2010-07-01 | When building the type of a destructor, make sure to keep the | Douglas Gregor |
| 2010-06-30 | Reapply r107235, this time with both my typo fixed, and a logical bug fixed. | Chandler Carruth |
| 2010-06-30 | Revert r107235, it had a silly typo in it, and fixing the typo breaks something | Chandler Carruth |
| 2010-06-30 | Fix PR7402: We were creating implicit member initializers for every field in an | Chandler Carruth |
| 2010-06-29 | Retain the source location of the constructor when building an implicit member | Chandler Carruth |
| 2010-06-29 | When typo correction produces a result that is not of the kind we're | Douglas Gregor |
| 2010-06-29 | Typo correction for namespace alias definitions | Douglas Gregor |
| 2010-06-29 | Allow a using directive to refer to the implicitly-defined namespace | Douglas Gregor |
| 2010-06-17 | Given Decl::isUsed() a flag indicating when to consider the "used" | Douglas Gregor |
| 2010-06-16 | Fixed conflict between objc_memmove_collectable builtin | Fariborz Jahanian |
| 2010-06-16 | If a non-dependent base class initializer fails to match any direct or | Douglas Gregor |
| 2010-06-16 | Fix a point of semantics with using declaration hiding: method templates | John McCall |
| 2010-06-16 | Workaround a possible VS C++ bug. | Fariborz Jahanian |
| 2010-06-15 | Patch adds support for copying of those | Fariborz Jahanian |
| 2010-06-15 | When analyzing for member self-assignment, don't attempt to dereference null | Nick Lewycky |
| 2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
| 2010-06-04 | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall |
| 2010-06-04 | Delay checking for mutable const fields until we're checking the field. | John McCall |
| 2010-06-03 | Add all final overriders to the map. | Anders Carlsson |
| 2010-05-28 | When filtering out previous declarations of friend functions, consider the | John McCall |
| 2010-05-27 | Tweak the fix-it for a copy constructor declared to take its argument | Douglas Gregor |
| 2010-05-26 | Fixes misc. flexible array bugs in c++ (PR7029). | Fariborz Jahanian |
| 2010-05-26 | Added source order to CXXBaseOrMemberInitializer. | Abramo Bagnara |
| 2010-05-25 | IRgen/C++: When mark vtables used, make sure to still append to the VTableUse... | Daniel Dunbar |
| 2010-05-25 | Simplify. | Daniel Dunbar |
| 2010-05-22 | Don't look for a destructor in a dependent type. Fixes PR7198. | Douglas Gregor |
| 2010-05-20 | Fix a crasher in constructor-initializer reordering warnings (PR7179). | Douglas Gregor |
| 2010-05-20 | Generate objc_memmove_collectable write-barrier for | Fariborz Jahanian |
| 2010-05-20 | Be sure to apply initializers to members of anonymous structs and unions | John McCall |
| 2010-05-20 | Add a new failure kind, FK_Incomplete, to InitializationSequence, to | Douglas Gregor |
| 2010-05-20 | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara |
| 2010-05-20 | Various small fixes for construction/destruction of Objective-C++ | Douglas Gregor |
| 2010-05-19 | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara |
| 2010-05-17 | Don't attempt to poke into an invalid field's class type | Fariborz Jahanian |
| 2010-05-14 | A vtable is used if the key function is defined... even if that key | Douglas Gregor |
| 2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
| 2010-05-12 | improve comments. | Chris Lattner |