| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -1/+1 |
* | r130381 follow up: accept __uuidof expression for template argument reference. | Francois Pichet | 2011-04-29 | 1 | -2/+6 |
* | Update r130381 to check for UO_AddrOf. | Francois Pichet | 2011-04-28 | 1 | -9/+8 |
* | Support &__uuidof(type) as a non type template argument. | Francois Pichet | 2011-04-28 | 1 | -0/+9 |
* | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor | 2011-04-27 | 1 | -1/+1 |
* | fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating | Chris Lattner | 2011-04-25 | 1 | -10/+9 |
* | Implement a new identifier-classification scheme where Sema | Douglas Gregor | 2011-04-24 | 1 | -5/+13 |
* | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -0/+21 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -2/+2 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -59/+65 |
* | Make helpers static. | Benjamin Kramer | 2011-03-26 | 1 | -1/+2 |
* | Fixed inconsistency when adding TemplateParameterListsInfo. | Abramo Bagnara | 2011-03-18 | 1 | -15/+20 |
* | Don't ask if a depenendent CXXRecordDecl has any dependent bases | Douglas Gregor | 2011-03-11 | 1 | -1/+2 |
* | Avoid do drop outer template parameter lists on the floor. | Abramo Bagnara | 2011-03-10 | 1 | -2/+10 |
* | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -4/+5 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -0/+1 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -2/+2 |
* | Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType | Douglas Gregor | 2011-03-04 | 1 | -4/+32 |
* | Make sure to put template parameters into their owning template's | Douglas Gregor | 2011-03-04 | 1 | -2/+5 |
* | Fixed source range for function template specializations. | Abramo Bagnara | 2011-03-04 | 1 | -5/+11 |
* | When we use the default template arguments of a template template | Douglas Gregor | 2011-03-03 | 1 | -3/+10 |
* | Kill off the TreeTransform::TransformTemplateName overload that has | Douglas Gregor | 2011-03-02 | 1 | -8/+6 |
* | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -16/+32 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -42/+98 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-01 | 1 | -4/+6 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -6/+7 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -7/+6 |
* | When building a type for a typename specifier, check specifically for | Douglas Gregor | 2011-03-01 | 1 | -40/+34 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -12/+8 |
* | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -8/+12 |
* | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -12/+8 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-03-01 | 1 | -3/+3 |
* | Teach Sema::CheckTypenameType to use nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -16/+21 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -10/+3 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -4/+1 |
* | Eliminate the last remains of TemplateSpecializationTypes with | Douglas Gregor | 2011-02-28 | 1 | -0/+20 |
* | Eliminate a silly little Parse/Sema dance when parsing typename | Douglas Gregor | 2011-02-27 | 1 | -48/+60 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-25 | 1 | -4/+7 |
* | Switch a few CXXScopeSpec::MakeTrivial() calls over to appropriate | Douglas Gregor | 2011-02-25 | 1 | -6/+8 |
* | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
* | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -1/+1 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -3/+3 |
* | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor | 2011-02-24 | 1 | -0/+1 |
* | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -4/+3 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -0/+4 |
* | Handle the resolution of a reference to a function template (which | Douglas Gregor | 2011-02-19 | 1 | -0/+5 |
* | When we're creating an expression for an integral template argument of | Douglas Gregor | 2011-02-18 | 1 | -2/+9 |
* | Tweak my fix for PR8748, and update the incorrect PR number in the test case. | Douglas Gregor | 2011-02-04 | 1 | -1/+2 |
* | Tighten up the semantics of default template arguments, per C++0x | Douglas Gregor | 2011-02-04 | 1 | -2/+9 |
* | When a function template's template parameter has a default argument, | Douglas Gregor | 2011-02-04 | 1 | -2/+2 |