summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-33/+0
* Remove unused variable.Richard Trieu2013-12-051-1/+0
* Fix init-captures for generic lambdas.Faisal Vali2013-12-051-27/+53
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-2/+17
* Factor duplicated code for TransformTypeInObjectScopeReid Kleckner2013-12-041-49/+22
* REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.Faisal Vali2013-11-121-2/+1
* PR17800: When performing pack expansion, we must always rebuild the AST nodesRichard Smith2013-11-071-1/+5
* Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-1/+3
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-231-28/+85
* Revert r193223 and r193216.Rafael Espindola2013-10-231-88/+29
* Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali2013-10-231-1/+3
* Again: Teach TreeTransform and family how to transform generic Faisal Vali2013-10-231-28/+85
* ms-compat: Fix taking the address of a member of a dependent baseReid Kleckner2013-10-151-0/+1
* Sema: Cleanup formatting of C++ exceptions related codeDavid Majnemer2013-10-151-27/+16
* Sema: Cleanup formatting of SEH related codeDavid Majnemer2013-10-151-41/+31
* Sema: Don't crash when __try/__except/__finally appears in a template functionDavid Majnemer2013-10-151-3/+6
* Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola2013-10-041-74/+22
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-22/+74
* Revert changes from the nested lambdas commit till i figure out Faisal Vali2013-10-031-73/+22
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-22/+73
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+32
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-7/+10
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-5/+18
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-4/+4
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+29
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-071-2/+2
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-9/+47
* Reduce stack usage of TreeTransform.Eli Friedman2013-09-061-0/+5
* Clear LookupResult object if invalid candidate is found.Serge Pavlov2013-09-041-3/+9
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-47/+9
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-9/+47
* Cleanup of OpaquePtr. No functionality changes.Serge Pavlov2013-08-271-1/+1
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-21/+5
* const'ify Sema::ActOnCXXTryBlock byRobert Wilhelm2013-08-221-3/+2
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-5/+21
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-151-1/+1
* Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...Robert Wilhelm2013-08-101-3/+3
* Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.James Dennett2013-08-091-0/+1
* 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
OpenPOWER on IntegriCloud