summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
...
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-7/+6
* Split FunctionScopeInfo and BlockScopeInfo into their own header.John McCall2010-08-251-0/+2
* Struggle mightily against header inclusion in Sema.h.John McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-309/+307
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-12/+12
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-332/+298
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-32/+32
* Preserve the zero-initialization and construction-kind settings whenDouglas Gregor2010-08-221-3/+8
* DeclPtrTy -> Decl *John McCall2010-08-211-12/+8
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* Regularize the API for accessing explicit template arguments.John McCall2010-08-191-5/+5
* Implicit decl ref expressions might not have name locations; don't silentlyJohn McCall2010-08-171-4/+6
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-111-64/+89
* Eliminate unnecessary uses of TemporaryBase in TreeTransform;Douglas Gregor2010-08-101-19/+10
* Fixed redundant NNS loading.Abramo Bagnara2010-08-101-1/+2
* Added TypeLocs to VAArgExpr node.Abramo Bagnara2010-08-101-11/+11
* Added TypeLocs to TypesCompatibleExpr node.Abramo Bagnara2010-08-101-12/+14
* Preserve calling convention etc. across template instantiations. Eli Friedman2010-08-051-5/+10
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-8/+2
* More block instantiation stuff. Set variable/param DeclContextFariborz Jahanian2010-07-131-4/+0
* Downgrade the "when type is in parentheses, array cannot have dynamicDouglas Gregor2010-07-131-3/+3
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-1/+1
* Copy over attributes to instantiated variable.Fariborz Jahanian2010-07-121-5/+0
* Fix compile error. Per Fariborz.Dale Johannesen2010-07-101-1/+2
* Instantiation of byref variable inFariborz Jahanian2010-07-091-0/+4
* Instantiation of block literal expressions. wip.Fariborz Jahanian2010-07-091-6/+68
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-6/+6
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-6/+6
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-6/+6
* improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner2010-06-231-6/+5
* Apply array-to-pointer decay when instantiating a MemberExpr. FixesDouglas Gregor2010-06-221-3/+5
* A trivial fix for a test case that's too horrible to commit. FixesDouglas Gregor2010-06-181-0/+3
* When pushing a copy of the TypeLoc information for a dependentDouglas Gregor2010-06-171-1/+2
* When we see a 'template' disambiguator that marks the next identifierDouglas Gregor2010-06-161-13/+17
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-2/+2
* Fix a point of semantics with using declaration hiding: method templatesJohn McCall2010-06-161-3/+6
* Split DependentNameType into two types. DependentNameType represents theJohn McCall2010-06-111-42/+85
* Simplify the methods for creating a pointer, reference, member-pointer,John McCall2010-06-051-9/+9
* Require a complete type when performing the qualified lookup duringJohn McCall2010-05-271-0/+3
* When transforming a C++ "new" expression's constructor arguments, dropDouglas Gregor2010-05-261-0/+3
* tweak to (hopefully) fix darwin[89] buildbots. Thanks to Doug for the suggest...Jim Grosbach2010-05-191-1/+1
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-191-32/+70
* Fix an obvious goof that rjmccall found by inspection. No testcase, suggestionsChandler Carruth2010-05-191-1/+1
* Switch over the tablegen to use much prettier range technologyAlexis Hunt2010-05-181-3/+3
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-20/+16
* Revert r103770, "Added basic source locations to Elaborated and DependentNameDaniel Dunbar2010-05-141-36/+9
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-141-9/+36
* Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is theJohn McCall2010-05-131-5/+13
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-66/+31
OpenPOWER on IntegriCloud