| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix an error in TreeTransform where we failed to copy the TemplateName's | Chandler Carruth | 2011-04-01 | 1 | -1/+3 |
| * | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -4/+4 |
| * | Renamed OffsetOfNode::getRange to getSourceRange for uniformity. | Abramo Bagnara | 2011-03-12 | 1 | -2/+2 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -17/+22 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -9/+14 |
| * | When rebuilding a dependent template specialization type to another | Douglas Gregor | 2011-03-07 | 1 | -3/+4 |
| * | When transforming a dependent template specialization type, make sure | Douglas Gregor | 2011-03-07 | 1 | -5/+18 |
| * | Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressio... | Douglas Gregor | 2011-03-06 | 1 | -1/+1 |
| * | When transforming a substituted template type parameter, try to | Douglas Gregor | 2011-03-05 | 1 | -1/+22 |
| * | Improved MemberPointerType source locations. | Abramo Bagnara | 2011-03-05 | 1 | -9/+21 |
| * | When constructing source-location information for a | Douglas Gregor | 2011-03-04 | 1 | -6/+8 |
| * | When we use the default template arguments of a template template | Douglas Gregor | 2011-03-03 | 1 | -3/+3 |
| * | Eliminate an unnecessary TemporaryBase object from TreeTransform | Douglas Gregor | 2011-03-02 | 1 | -2/+0 |
| * | Kill off the | Douglas Gregor | 2011-03-02 | 1 | -65/+0 |
| * | Eliminate TreeTransform::RebuildNestedNameSpecifier(), all four of | Douglas Gregor | 2011-03-02 | 1 | -96/+0 |
| * | Eliminate an unnecessary use of CXXScopeSpec::MakeTrivial. We have proper nes... | Douglas Gregor | 2011-03-02 | 1 | -3/+1 |
| * | Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the | Douglas Gregor | 2011-03-02 | 1 | -111/+1 |
| * | Kill off the TreeTransform::TransformTemplateName overload that has | Douglas Gregor | 2011-03-02 | 1 | -119/+9 |
| * | Kill off one of the TreeTransform::TransformTypeInObjectScope() | Douglas Gregor | 2011-03-02 | 1 | -91/+65 |
| * | Start migrating TreeTransform's TransformTemplateName over to version | Douglas Gregor | 2011-03-02 | 1 | -74/+156 |
| * | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -8/+27 |
| * | When we're substituting into a parameter-type-list nested inside the pattern | Douglas Gregor | 2011-03-02 | 1 | -7/+15 |
| * | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-01 | 1 | -11/+112 |
| * | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -13/+21 |
| * | 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 |