summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-2/+36
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-7/+1
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-2/+2
* Assert during instantiation of blocks that we've captured everything thatJohn McCall2011-02-041-39/+61
* Rvalue references for *this: Douglas Gregor2011-01-261-2/+5
* Teach TemplateSpecializationTypeLoc::initializeArgLocs() to actuallyDouglas Gregor2011-01-251-3/+3
* Be a bit more defensive about setting the temporary base locationDouglas Gregor2011-01-251-1/+3
* Enhance the diagnostic for referring to a typedef with an elaborated name to beNick Lewycky2011-01-241-3/+22
* Implement basic support for the use of variadic templates and blocksDouglas Gregor2011-01-191-11/+27
* Change the canonical representation of array types to store qualifiers on theJohn McCall2011-01-191-8/+11
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-19/+19
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-1/+0
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-1/+29
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+8
* Teach template template argument pack expansions to keep track of theDouglas Gregor2011-01-141-1/+1
* Handle substitutions into function parameter packs whose patternsDouglas Gregor2011-01-141-9/+45
* Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor2011-01-141-9/+14
* Keep track of the number of expansions to be produced from a type packDouglas Gregor2011-01-141-23/+40
* Start implementing support for substitution into pack expansions thatDouglas Gregor2011-01-141-0/+7
* Allow us to transform pack expansion expressions.Douglas Gregor2011-01-131-2/+8
* Teach TreeTransform how to transform a pack expansion type intoDouglas Gregor2011-01-121-2/+28
* Implement partial ordering of class template partial specializationsDouglas Gregor2011-01-111-0/+12
* Implement more of C++0x [temp.arg.explicit]p9, allowing extension ofDouglas Gregor2011-01-101-2/+26
* Work-in-progress implementation of C++0x [temp.arg.explicit]p9, whichDouglas Gregor2011-01-101-7/+77
* Fix a valgrind error when transforming function prototypes withDouglas Gregor2011-01-071-0/+1
* Implement substitution of a function parameter pack for its set ofDouglas Gregor2011-01-071-0/+6
* Factor out the template transformation of a sequence of functionDouglas Gregor2011-01-071-21/+35
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-061-1/+37
* Eliminate an unnecessary dance where we tried to cope with the lack ofDouglas Gregor2011-01-051-16/+6
* Initial implementation of function parameter packs. This implementation allows:Douglas Gregor2011-01-051-16/+110
* Eliminate two "unsupported" errors relating to variadic templates: oneDouglas Gregor2011-01-051-3/+1
* Replace the representation of template template argument packDouglas Gregor2011-01-051-3/+16
* Refactor the application of type attributes so that attributes fromJohn McCall2011-01-051-10/+11
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+39
* Properly rebuild pack expansions whose pattern is a non-type templateDouglas Gregor2011-01-031-3/+10
* Implement support for pack expansions in initializer lists andDouglas Gregor2011-01-031-0/+65
* Refactor the tree transform's many loops over sets of expressionsDouglas Gregor2011-01-031-122/+98
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+7
* Add some const qualifiersDouglas Gregor2010-12-211-2/+2
* Implement instantiation of pack expansions whose pattern is a type-idDouglas Gregor2010-12-211-3/+2
* Further refactoring of the tree transformation for template argumentDouglas Gregor2010-12-201-42/+164
* Implement basic support for template instantiation of pack expansionsDouglas Gregor2010-12-201-12/+161
* Remove unused variableMatt Beaumont-Gay2010-12-201-2/+0
* Finish refactoring the transformation of template argument lists,Douglas Gregor2010-12-201-15/+40
* Refactor the transformation of template argument lists to centralizeDouglas Gregor2010-12-201-37/+58
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-0/+9
* Keep the source location of the selector in ObjCMessageExpr.Argyrios Kyrtzidis2010-12-101-4/+8
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+30
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-081-37/+0
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-071-0/+33
OpenPOWER on IntegriCloud