summaryrefslogtreecommitdiff
path: root/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAge
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* Fix assertion hit or bogus compiler error in cases when instantiating ObjC pr...Argyrios Kyrtzidis2014-06-19
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* Retain an expression pack expansion when the parameter pack expansion code asksRichard Smith2014-06-06
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* [OPENMP] Small comment and reformatting fixes.Alexander Musman2014-06-04
* Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith2014-05-31
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-06
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-03
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-17
* PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me...Richard Smith2014-04-17
* [OPENMP][C++11] Renamed loop vars properly.Alexey Bataev2014-04-04
* [OPENMP] Small update for C++11Alexey Bataev2014-04-03
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-17
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-14
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-14
* Add SourceRange to err_not_tag_in_scope diagnostic in TreeTransform<...>::Reb...Stephan Tolksdorf2014-03-13
* [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman2014-03-13
* Another one fix for getSema()/getDerived().getSema()Alexey Bataev2014-03-07
* Fixed getSema()/getDerived().getSema() diff pointed by Hal Finkel.Alexey Bataev2014-03-07
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-06
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-05
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-27
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-13
* Allow transformation of VariableArray to ConstantArray.Serge Pavlov2014-02-06
* Rename getResultLoc() tooAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* PR18560: When switching to a new context, don't just save and restore anRichard Smith2014-01-24
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01