summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* PR9908: Fix the broken fix for PR9902 to get the template argument lists in t...Richard Smith2011-05-141-8/+10
* Patch for PR 7409 - only error on definition of invalid typedefs. Suppress e...Richard Trieu2011-05-071-3/+7
* Implement support for C++0x alias templates.Richard Smith2011-05-051-2/+35
* When instantiating a block expression, the instantiatedFariborz Jahanian2011-05-051-2/+5
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-13/+43
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+72
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+41
* fix PR9474, a crash with -fshort-enum and C++ templates: when instantiatingChris Lattner2011-04-251-2/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+29
* Fix crashing rdar://9122854 & http://llvm.org/PR9461.Argyrios Kyrtzidis2011-04-221-1/+3
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-5/+6
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+52
* When we transform a C++ exception declaration (e.g., for templateDouglas Gregor2011-04-141-2/+5
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+77
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-27/+29
* Fix an error in TreeTransform where we failed to copy the TemplateName'sChandler Carruth2011-04-011-1/+3
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-4/+4
* Renamed OffsetOfNode::getRange to getSourceRange for uniformity.Abramo Bagnara2011-03-121-2/+2
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-17/+22
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-9/+14
* When rebuilding a dependent template specialization type to anotherDouglas Gregor2011-03-071-3/+4
* When transforming a dependent template specialization type, make sureDouglas Gregor2011-03-071-5/+18
* Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressio...Douglas Gregor2011-03-061-1/+1
* When transforming a substituted template type parameter, try toDouglas Gregor2011-03-051-1/+22
* Improved MemberPointerType source locations.Abramo Bagnara2011-03-051-9/+21
* When constructing source-location information for aDouglas Gregor2011-03-041-6/+8
* When we use the default template arguments of a template templateDouglas Gregor2011-03-031-3/+3
* Eliminate an unnecessary TemporaryBase object from TreeTransformDouglas Gregor2011-03-021-2/+0
* Kill off theDouglas Gregor2011-03-021-65/+0
* Eliminate TreeTransform::RebuildNestedNameSpecifier(), all four ofDouglas Gregor2011-03-021-96/+0
* Eliminate an unnecessary use of CXXScopeSpec::MakeTrivial. We have proper nes...Douglas Gregor2011-03-021-3/+1
* Kill off TreeTransform::TransformNestedNameSpecifier() in favor of theDouglas Gregor2011-03-021-111/+1
* Kill off the TreeTransform::TransformTemplateName overload that hasDouglas Gregor2011-03-021-119/+9
* Kill off one of the TreeTransform::TransformTypeInObjectScope()Douglas Gregor2011-03-021-91/+65
* Start migrating TreeTransform's TransformTemplateName over to versionDouglas Gregor2011-03-021-74/+156
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-021-8/+27
* When we're substituting into a parameter-type-list nested inside the patternDouglas Gregor2011-03-021-7/+15
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-011-11/+112
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-13/+21
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-21/+13
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-13/+21
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-21/+13
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-13/+21
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-18/+19
* Teach Sema::CheckTypenameType to use nested-name-specifiers withDouglas Gregor2011-02-281-2/+3
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-29/+23
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-17/+13
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-38/+22
* Eliminate the last remains of TemplateSpecializationTypes withDouglas Gregor2011-02-281-13/+95
* When we encounter a dependent template name within aDouglas Gregor2011-02-281-0/+3
OpenPOWER on IntegriCloud