| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -3/+2 |
| * | Add final/explicit getters and setters to CXXRecordDecl. | Anders Carlsson | 2011-01-22 | 1 | -0/+1 |
| * | Implement the preference for move-construction over copy-construction | Douglas Gregor | 2011-01-21 | 1 | -10/+25 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -7/+0 |
| * | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad | 2011-01-12 | 1 | -6/+6 |
| * | Rename CXXCtorInitializer::BaseOrMember to Initializee, since it will also be | Alexis Hunt | 2011-01-08 | 1 | -9/+9 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -36/+37 |
| * | Implement pack expansion of base initializers, so that we can | Douglas Gregor | 2011-01-04 | 1 | -5/+6 |
| * | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 1 | -1/+2 |
| * | Revert r120808, my previous implementation of caching for the linkage | Douglas Gregor | 2010-12-06 | 1 | -2/+0 |
| * | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet | 2010-12-04 | 1 | -4/+14 |
| * | Implement caching for the linkage and visibility calculations of | Douglas Gregor | 2010-12-03 | 1 | -0/+2 |
| * | Eliminate two uses of NDEBUG in headers that cause different symbols | Douglas Gregor | 2010-12-02 | 1 | -14/+0 |
| * | Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo... | Argyrios Kyrtzidis | 2010-11-10 | 1 | -0/+38 |
| * | Improve our handling of C++ [class.copy]p3, which specifies that a | Douglas Gregor | 2010-11-08 | 1 | -7/+1 |
| * | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 1 | -1/+1 |
| * | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor | 2010-10-29 | 1 | -5/+5 |
| * | Keep track in chained PCH of implicit members that were added after the defin... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -6/+5 |
| * | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+1 |
| * | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein | 2010-10-21 | 1 | -3/+4 |
| * | When implicit members are added to a C++ record, notify the serializer so tha... | Argyrios Kyrtzidis | 2010-10-20 | 1 | -0/+7 |
| * | Move the management of the set of conversion functions in a C++ class | Douglas Gregor | 2010-09-29 | 1 | -0/+36 |
| * | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor | 2010-09-29 | 1 | -0/+58 |
| * | Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in | Douglas Gregor | 2010-09-28 | 1 | -2/+7 |
| * | Reinstate r114925 and r114929, both steps toward | Douglas Gregor | 2010-09-28 | 1 | -8/+78 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-28 | 1 | -7/+38 |
| * | Reinstate r114921, which I've exonerated via a self-host build. | Douglas Gregor | 2010-09-28 | 1 | -2/+48 |
| * | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling | 2010-09-28 | 1 | -153/+12 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-28 | 1 | -7/+67 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-27 | 1 | -1/+11 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-27 | 1 | -2/+27 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's Aggregate | Douglas Gregor | 2010-09-27 | 1 | -2/+48 |
| * | Centralize the handling of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-27 | 1 | -4/+10 |
| * | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor | 2010-09-27 | 1 | -5/+2 |
| * | Centralize the handling of | Douglas Gregor | 2010-09-27 | 1 | -81/+108 |
| * | Clean up the handling of the DeclaredDefaultConstructor and | Douglas Gregor | 2010-09-27 | 1 | -5/+21 |
| * | Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ... | Sebastian Redl | 2010-09-13 | 1 | -22/+0 |
| * | Implement __has_virtual_destructor. Patch by Steven Watanabe. | Sebastian Redl | 2010-09-02 | 1 | -1/+2 |
| * | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -8/+2 |
| * | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -8/+7 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -14/+19 |
| * | Add source location information to C++ base specifiers. | Nick Lewycky | 2010-07-26 | 1 | -8/+6 |
| * | Remove destructors from declaration nodes | Douglas Gregor | 2010-07-25 | 1 | -6/+0 |
| * | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -28/+0 |
| * | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -1/+1 |
| * | Read/write more information of ASTContext for PCH. Overriden methods and inst... | Argyrios Kyrtzidis | 2010-07-04 | 1 | -0/+4 |
| * | Lazily declare default constructors. We now delay the construction of | Douglas Gregor | 2010-07-03 | 1 | -1/+4 |
| * | Lazily declare implicit copy constructors. | Douglas Gregor | 2010-07-02 | 1 | -1/+4 |
| * | Lazily declare copy-assignment operators. | Douglas Gregor | 2010-07-02 | 1 | -49/+3 |
| * | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor | 2010-07-02 | 1 | -0/+1 |