summaryrefslogtreecommitdiffstats
path: root/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+6
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-3/+3
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-6/+39
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+10
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+10
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+10
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+7
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+7
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-0/+26
* Fix assertion hit or bogus compiler error in cases when instantiating ObjC pr...Argyrios Kyrtzidis2014-06-191-0/+18
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+10
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-10/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+10
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-6/+49
* 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