summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-121-25/+62
* Retain an expression pack expansion when the parameter pack expansion code asksRichard Smith2014-06-061-2/+27
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-041-0/+27
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-041-74/+60
* Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith2014-05-311-47/+13
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-291-0/+32
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-118/+111
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-51/+51
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-271-0/+21
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-124/+127
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-3/+16
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-061-0/+23
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-8/+6
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-1/+1
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-221-0/+32
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-171-5/+1
* PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me...Richard Smith2014-04-171-3/+4
* [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
OpenPOWER on IntegriCloud