| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement most of the remaining logic in __is_literal type trait. This | Chandler Carruth | 2011-04-24 | 1 | -2/+18 |
| * | Begin tracking trivialness of move constructors and move assignment | Chandler Carruth | 2011-04-23 | 1 | -52/+127 |
| * | Implement basic __is_trivial type-trait support, enough to close PR9472. | Chandler Carruth | 2011-04-23 | 1 | -0/+17 |
| * | Eliminate an uninteresting assertion; invalid code involving | Douglas Gregor | 2011-04-20 | 1 | -2/+0 |
| * | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -10/+9 |
| * | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -5/+8 |
| * | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -5/+9 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -8/+12 |
| * | Removed left brace location from LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -2/+1 |
| * | Fixed end source location for LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -2/+4 |
| * | Implement delegating constructors partially. | Alexis Hunt | 2011-02-26 | 1 | -1/+11 |
| * | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -4/+3 |
| * | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -4/+3 |
| * | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -11/+7 |
| * | Revert all of my commits that devirtualized the Decl hierarchy, which | Douglas Gregor | 2011-02-19 | 1 | -8/+7 |
| * | Devirtualize TagDecl::completeDefinition(). | Douglas Gregor | 2011-02-17 | 1 | -7/+8 |
| * | Basic implementation of inherited constructors. Only generates declarations, ... | Sebastian Redl | 2011-02-05 | 1 | -0/+16 |
| * | 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 |