Age | Commit message (Expand) | Author |
2011-01-08 | Rename CXXCtorInitializer::BaseOrMember to Initializee, since it will also be | Sean Hunt |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-02 | Eliminate two uses of NDEBUG in headers that cause different symbols | Douglas Gregor |
2010-11-24 | Add CXXRecordDecl::getIndirectPrimaryBases. | Anders Carlsson |
2010-11-10 | Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo... | Argyrios Kyrtzidis |
2010-11-08 | Improve our handling of C++ [class.copy]p3, which specifies that a | Douglas Gregor |
2010-11-07 | A union cannot contain static data members or data members of reference type. | Anders Carlsson |
2010-10-29 | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor |
2010-10-24 | Refactoring. | Argyrios Kyrtzidis |
2010-10-21 | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein |
2010-10-15 | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis |
2010-09-29 | Move the management of the set of conversion functions in a C++ class | Douglas Gregor |
2010-09-29 | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor |
2010-09-28 | Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in | Douglas Gregor |
2010-09-28 | Reinstate r114925 and r114929, both steps toward | Douglas Gregor |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor |
2010-09-28 | Reinstate r114921, which I've exonerated via a self-host build. | Douglas Gregor |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor |
2010-09-27 | Centralize the management of CXXRecordDecl::DefinitionData's Aggregate | Douglas Gregor |
2010-09-27 | Centralize the handling of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-27 | Centralize the handling of | Douglas Gregor |
2010-09-27 | Clean up the handling of the DeclaredDefaultConstructor and | Douglas Gregor |
2010-09-13 | Add reverse iterator for initializers in constructor. Patch by Marcin Świde... | Ted Kremenek |
2010-09-13 | Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ... | Sebastian Redl |
2010-09-08 | Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions. | Argyrios Kyrtzidis |
2010-09-01 | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor |
2010-09-01 | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor |
2010-09-01 | Improve location information in the representation of namespace | Douglas Gregor |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-18 | Rename PCHDeclReader -> ASTDeclReader. | Sebastian Redl |
2010-08-18 | Do the PCH->AST rename for ASTWriter's implementation parts. | Sebastian Redl |
2010-08-12 | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-09 | Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ... | Argyrios Kyrtzidis |
2010-07-26 | Add source location information to C++ base specifiers. | Nick Lewycky |
2010-07-25 | Remove destructors from declaration nodes | Douglas Gregor |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-22 | Read/write C++0x static_assert for PCH. | Argyrios Kyrtzidis |
2010-07-08 | Fix reading of UsingDecl from PCH. | Argyrios Kyrtzidis |
2010-07-04 | Read/write more information of ASTContext for PCH. Overriden methods and inst... | Argyrios Kyrtzidis |
2010-07-03 | Lazily declare default constructors. We now delay the construction of | Douglas Gregor |
2010-07-02 | Lazily declare implicit copy constructors. | Douglas Gregor |
2010-07-02 | Lazily declare copy-assignment operators. | Douglas Gregor |
2010-07-02 | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor |