| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -21/+13 |
| * | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -13/+21 |
| * | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -21/+13 |
| * | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -13/+21 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-03-01 | 1 | -18/+19 |
| * | Teach Sema::CheckTypenameType to use nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -2/+3 |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -29/+23 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -17/+13 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -38/+22 |
| * | Eliminate the last remains of TemplateSpecializationTypes with | Douglas Gregor | 2011-02-28 | 1 | -13/+95 |
| * | When we encounter a dependent template name within a | Douglas Gregor | 2011-02-28 | 1 | -0/+3 |
| * | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-25 | 1 | -12/+9 |
| * | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -30/+18 |
| * | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -2/+174 |
| * | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -12/+12 |
| * | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -0/+31 |
| * | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -28/+14 |
| * | Teach CXXScopeSpec to handle the extension of a nested-name-specifier | Douglas Gregor | 2011-02-24 | 1 | -6/+8 |
| * | Fix PR9276: We were missing the checks for auto deducing to different types i... | Richard Smith | 2011-02-23 | 1 | -5/+2 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -0/+32 |
| * | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -24/+35 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -4/+30 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -29/+22 |
| * | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -2/+36 |
| * | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall | 2011-02-09 | 1 | -7/+1 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -2/+2 |
| * | Assert during instantiation of blocks that we've captured everything that | John McCall | 2011-02-04 | 1 | -39/+61 |
| * | Rvalue references for *this: | Douglas Gregor | 2011-01-26 | 1 | -2/+5 |
| * | Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actually | Douglas Gregor | 2011-01-25 | 1 | -3/+3 |
| * | Be a bit more defensive about setting the temporary base location | Douglas Gregor | 2011-01-25 | 1 | -1/+3 |
| * | Enhance the diagnostic for referring to a typedef with an elaborated name to be | Nick Lewycky | 2011-01-24 | 1 | -3/+22 |
| * | Implement basic support for the use of variadic templates and blocks | Douglas Gregor | 2011-01-19 | 1 | -11/+27 |
| * | Change the canonical representation of array types to store qualifiers on the | John McCall | 2011-01-19 | 1 | -8/+11 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -19/+19 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+0 |
| * | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -1/+29 |
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+8 |
| * | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -1/+1 |
| * | Handle substitutions into function parameter packs whose patterns | Douglas Gregor | 2011-01-14 | 1 | -9/+45 |
| * | Teach PackExpansionExpr to keep track of the number of pack expansions | Douglas Gregor | 2011-01-14 | 1 | -9/+14 |
| * | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -23/+40 |
| * | Start implementing support for substitution into pack expansions that | Douglas Gregor | 2011-01-14 | 1 | -0/+7 |
| * | Allow us to transform pack expansion expressions. | Douglas Gregor | 2011-01-13 | 1 | -2/+8 |
| * | Teach TreeTransform how to transform a pack expansion type into | Douglas Gregor | 2011-01-12 | 1 | -2/+28 |
| * | Implement partial ordering of class template partial specializations | Douglas Gregor | 2011-01-11 | 1 | -0/+12 |
| * | Implement more of C++0x [temp.arg.explicit]p9, allowing extension of | Douglas Gregor | 2011-01-10 | 1 | -2/+26 |
| * | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor | 2011-01-10 | 1 | -7/+77 |
| * | Fix a valgrind error when transforming function prototypes with | Douglas Gregor | 2011-01-07 | 1 | -0/+1 |
| * | Implement substitution of a function parameter pack for its set of | Douglas Gregor | 2011-01-07 | 1 | -0/+6 |
| * | Factor out the template transformation of a sequence of function | Douglas Gregor | 2011-01-07 | 1 | -21/+35 |