summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP][C++11] Renamed loop vars properly.Alexey Bataev2014-04-041-8/+8
* [OPENMP] Small update for C++11Alexey Bataev2014-04-031-4/+2
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-0/+31
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-211-0/+20
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-5/+4
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-3/+2
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-5/+3
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-141-12/+6
* Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::Reb...Stephan Tolksdorf2014-03-131-2/+1
* [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman2014-03-131-6/+4
* Another one fix for getSema()/getDerived().getSema()Alexey Bataev2014-03-071-1/+1
* Fixed getSema()/getDerived().getSema() diff pointed by Hal Finkel.Alexey Bataev2014-03-071-1/+1
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-061-0/+4
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-0/+24
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-051-1/+4
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-18/+35
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-0/+19
* Allow transformation of VariableArray to ConstantArray.Serge Pavlov2014-02-061-1/+3
* Rename getResultLoc() tooAlp Toker2014-01-251-3/+3
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-9/+6
* PR18560: When switching to a new context, don't just save and restore anRichard Smith2014-01-241-1/+2
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-5/+5
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-14/+10
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-28/+0
* 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
OpenPOWER on IntegriCloud