| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert all of my commits that devirtualized the Decl hierarchy, which | Douglas Gregor | 2011-02-19 | 1 | -8/+20 |
| * | Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). | Douglas Gregor | 2011-02-17 | 1 | -7/+0 |
| * | Devirtualize NamedDecl::getNameForDiagnostic(). | Douglas Gregor | 2011-02-17 | 1 | -13/+0 |
| * | Devirtualize RedeclarableTemplateDecl::newCommon(). | Douglas Gregor | 2011-02-17 | 1 | -0/+8 |
| * | NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. | John McCall | 2011-02-09 | 1 | -1/+12 |
| * | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -16/+63 |
| * | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -1/+4 |
| * | Teach PackExpansionExpr to keep track of the number of pack expansions | Douglas Gregor | 2011-01-14 | 1 | -1/+2 |
| * | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -1/+2 |
| * | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad | 2011-01-12 | 1 | -5/+5 |
| * | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor | 2011-01-11 | 1 | -5/+2 |
| * | Add semantic analysis for the creation of and an AST representation | Douglas Gregor | 2011-01-05 | 1 | -2/+1 |
| * | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -2/+3 |
| * | When creating the injected-class-name for a class template involving a | Douglas Gregor | 2011-01-04 | 1 | -1/+5 |
| * | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -2/+3 |
| * | When forming the injected-class-name of a variadic template, the | Douglas Gregor | 2010-12-23 | 1 | -9/+26 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -0/+1 |
| * | Remove broken support for variadic templates, along with the various | Douglas Gregor | 2010-11-07 | 1 | -120/+24 |
| * | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -0/+16 |
| * | Make AST deserialization for class template specializations lazier, by | Douglas Gregor | 2010-10-27 | 1 | -0/+23 |
| * | Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl. | Argyrios Kyrtzidis | 2010-09-13 | 1 | -13/+0 |
| * | Fix C++ PCH issues. | Argyrios Kyrtzidis | 2010-09-08 | 1 | -7/+9 |
| * | Refactor find*Specialization functions using SpecEntryTraits | Peter Collingbourne | 2010-07-30 | 1 | -16/+17 |
| * | Implement RedeclarableTemplateDecl::getNextRedeclaration | Peter Collingbourne | 2010-07-29 | 1 | -0/+7 |
| * | Store latest redeclaration for each redeclarable template declaration | Peter Collingbourne | 2010-07-29 | 1 | -0/+13 |
| * | Refactor redeclarable template declarations | Peter Collingbourne | 2010-07-29 | 1 | -42/+35 |
| * | Remove destructors from declaration nodes | Douglas Gregor | 2010-07-25 | 1 | -9/+0 |
| * | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -33/+0 |
| * | Read/write FriendTemplateDecl for PCH. | Argyrios Kyrtzidis | 2010-07-22 | 1 | -0/+5 |
| * | Hide FunctionTemplateDecl's specializations folding set as implementation det... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -0/+10 |
| * | Hide the specializations folding sets of ClassTemplateDecl as an implementati... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -2/+39 |
| * | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -1/+1 |
| * | When performing substitution of template arguments within the body of | Douglas Gregor | 2010-07-08 | 1 | -2/+2 |
| * | Add some side-effect free Create methods for TypeDecl subclasses and use them... | Argyrios Kyrtzidis | 2010-07-02 | 1 | -2/+9 |
| * | Fix various bugs in recent commits for C++ PCH. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -1/+2 |
| * | Modify ClassTemplateSpecializationDecl and ClassTemplatePartialSpecialization... | Argyrios Kyrtzidis | 2010-06-23 | 1 | -13/+50 |
| * | Make it easier to read/write the template part of FunctionDecl. | Argyrios Kyrtzidis | 2010-06-22 | 1 | -0/+16 |
| * | Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio... | Argyrios Kyrtzidis | 2010-06-21 | 1 | -29/+18 |
| * | Initial support for reading templates from PCH. | Argyrios Kyrtzidis | 2010-06-19 | 1 | -10/+18 |
| * | Revert r106099; it broke self-host. | Douglas Gregor | 2010-06-16 | 1 | -9/+2 |
| * | Added TemplateTypeParmType::getDecl(). | Abramo Bagnara | 2010-06-16 | 1 | -2/+9 |
| * | Don't omit class explicit instantiation from AST. | Abramo Bagnara | 2010-06-12 | 1 | -1/+3 |
| * | Added inherited info to template and non-type arguments of templates. | Abramo Bagnara | 2010-06-09 | 1 | -2/+3 |
| * | Allocate the contents of TemplateArgumentList using ASTContext's allocator. ... | Ted Kremenek | 2010-05-25 | 1 | -5/+9 |
| * | Keep track of all of the class and function template's "common" | Douglas Gregor | 2010-05-23 | 1 | -3/+14 |
| * | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara | 2010-05-20 | 1 | -1/+1 |
| * | just add a fixme for the StructuredArgs leak, it shouldn't affect | Chris Lattner | 2010-05-20 | 1 | -0/+1 |
| * | switch TemplateArgumentListBuilder to hold its flat argument list in a smallv... | Chris Lattner | 2010-05-20 | 1 | -15/+8 |
| * | fix the TemplateArgumentList copy constructor to not | Chris Lattner | 2010-05-20 | 1 | -5/+9 |
| * | Clarify TemplateArgumentList ownership over its "flat" and | Chris Lattner | 2010-05-20 | 1 | -12/+20 |