summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* [Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...Faisal Vali2016-03-261-1/+3
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-1/+3
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-7/+13
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-3/+26
* Fix the template instantiation of ExtParameterInfos; tests to follow.John McCall2016-03-011-10/+50
* [Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.Akira Hatanaka2016-02-251-1/+0
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+11
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+11
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+6
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-191-11/+12
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+11
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+11
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+24
* Fix assert hit when tree-transforming template template parameter packs.Manuel Klimek2016-01-111-1/+1
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+29
* Improve conditional checking during template instantiation.Richard Trieu2016-01-061-3/+5
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-6/+5
* [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause.Alexey Bataev2015-12-281-8/+9
* [Sema] ArrayRef-ize SubstExprs. NFCCraig Topper2015-12-241-2/+2
* [Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFCCraig Topper2015-12-241-5/+3
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-231-0/+5
* [OPENMP] Revert r256238 to fix the problem with tests on Linux.Alexey Bataev2015-12-221-5/+0
* [OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause in 'ordered' directive.Alexey Bataev2015-12-221-0/+5
* [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev2015-12-181-4/+1
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-0/+19
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+11
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-11/+0
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-0/+21
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+11
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-0/+21
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-0/+7
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+11
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-0/+21
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+11
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-0/+22
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+19
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-1/+22
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-231-0/+30
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-4/+4
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-5/+6
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+77
* [coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith2015-10-221-1/+3
* Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...Craig Topper2015-10-221-7/+5
* Re-land r250592 without rejecting field refs in unevaluated contextsReid Kleckner2015-10-201-2/+13
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...Reid Kleckner2015-10-201-11/+1
* Diagnose UnresolvedLookupExprs that resolve to instance members in static met...Reid Kleckner2015-10-171-1/+11
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-2/+2
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-0/+6
OpenPOWER on IntegriCloud