summaryrefslogtreecommitdiffstats
path: root/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+60
* [coroutines] Fix rebuilding of dependent coroutine parametersEric Fiselier2017-06-031-0/+2
* [coroutines] Make generic lambda coroutines workGor Nishanov2017-05-241-0/+13
* Sema: protect against ObjC++ typo-correction failureSaleem Abdulrasool2017-04-201-0/+3
* [coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier2017-04-031-44/+51
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-30/+43
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+2
* [coroutines] Fix diagnostics depending on the first coroutine statement.Eric Fiselier2017-03-111-1/+1
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-7/+130
* [VLA] Handle VLA size expression in a full-expression context.Tim Shen2017-02-141-2/+9
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+13
* [Sema][ObjC++] Typo correction should handle ivars and propertiesAlex Lorenz2017-02-031-8/+9
* [Sema] Transform a templated name before looking it up inAkira Hatanaka2017-01-311-1/+7
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-51/+156
* Revert r293455, which breaks v8 with a spurious error. Testcase added.Sam McCall2017-01-301-101/+13
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-13/+101
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+39
* Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-201-24/+29
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-2/+6
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-6/+2
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-2/+6
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-0/+1
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+12
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+14
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+13
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+11
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-55/+88
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-87/+55
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-55/+87
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+10
* [Sema] Transform the default arguments of a lambda expression when theAkira Hatanaka2016-12-161-0/+12
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+17
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-3/+5
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+11
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+12
* [OpenCL] Introduce ReadPipeType and WritePipeType.Joey Gouly2016-11-181-4/+9
* [coroutines] Build fallthrough and set_exception statements.Eric Fiselier2016-10-271-0/+1
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+2
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+11
* [Sema][TreeTransform] Re-create DesignatedInitExpr when a field designatorAlex Lorenz2016-10-241-0/+13
* Add optimization to sizeof...(X) handling: if none of parameter pack X'sRichard Smith2016-10-191-0/+47
* Factor out a diagnostic kind enum for use in two %select expressionsReid Kleckner2016-10-031-6/+4
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+52
* [SemaObjC] Do not RebuildObjCMessageExpr without valid method declBruno Cardoso Lopes2016-08-221-0/+3
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-11/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+11
* Pass information in a record instead of stack. NFCSerge Pavlov2016-08-081-8/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+11
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+11
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+6