summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* Improve clarity/consistency of a few UsingDecl methods and related helpers.Enea Zaffanella2013-07-221-1/+1
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-4/+0
* Fix pack instantiation with function types.Eli Friedman2013-07-191-0/+4
* Correctly handle packs for variadic type traits.Eli Friedman2013-07-191-0/+13
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+130
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-1/+1
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-091-6/+4
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+16
* Fix one place I missed that was memcpy'ing TypeLocs in a way that messesEli Friedman2013-06-201-2/+2
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-9/+0
* PR12086, PR15117Richard Smith2013-06-121-0/+11
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-1/+1
* Reverts r183466: "Perform dynamic alignment computations..."Manuel Klimek2013-06-071-1/+1
* PR16243: Use CXXThisOverride during template instantiation, and fix up theRichard Smith2013-06-071-12/+1
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-071-1/+1
* Walk over MaterializeTemporaryExpr when reverting an initializer to itsRichard Smith2013-05-301-0/+3
* Fix crash-on-invalid: only use TransformAddressOfOperand when transforming theRichard Smith2013-05-211-1/+5
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-3/+40
* ArrayRef'ize GenericSelectionExprDmitri Gribenko2013-05-101-8/+5
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-3/+3
* Implement template support for CapturedStmtWei Pan2013-05-041-1/+12
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-3/+33
* Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...Douglas Gregor2013-05-021-2/+11
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+5
* Implement C++1y decltype(auto).Richard Smith2013-04-261-6/+6
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+26
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+6
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+26
* Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall2013-04-111-10/+5
* Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis2013-04-091-0/+2
* <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor2013-04-081-0/+14
* Add 178663 back.Rafael Espindola2013-04-031-1/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+0
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-281-2/+4
* Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith2013-03-271-1/+3
* <rdar://problem/13170740> Be a little more careful when instantiating 'this' ...Douglas Gregor2013-03-081-2/+7
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-081-21/+7
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-21/+16
* <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp...Douglas Gregor2013-03-081-1/+3
* objective-C arg: provide fixit support whenFariborz Jahanian2013-02-221-8/+4
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-3/+2
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-33/+29
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-17/+18
* One can override an Objective-C ARC ownership qualifier that came fromDouglas Gregor2013-01-171-0/+10
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-2/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-6/+6
* Remove the anonymous namespace from lib/Sema/TreeTransform.hArgyrios Kyrtzidis2013-01-021-2/+0
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Fix regression in r170489: when instantiating a direct initializer which is aRichard Smith2012-12-211-6/+22
OpenPOWER on IntegriCloud