aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/StmtNodes.td
AgeCommit message (Expand)Author
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-15Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz
2019-10-14[OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev
2019-10-10[OPENMP50]Support for 'master taskloop' directive.Alexey Bataev
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington
2019-05-16Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier
2019-02-15PR40642: Fix determination of whether the final statement of a statementRichard Smith
2018-10-31Create ConstantExpr classBill Wendling
2018-07-30Remove trailing spaceFangrui Song
2018-06-20[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan
2017-03-06[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier
2017-01-14fix a few typo in the doc but also in the clang messagesSylvestre Ledru
2017-01-10[OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li
2017-01-03[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li
2016-12-29[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li
2016-12-25[OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li
2016-12-17[OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li
2016-12-12Add two new AST nodes to represent initialization of an array in terms ofRichard Smith
2016-12-09[OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li
2016-11-30[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li
2016-10-25Re-apply patch r279045.Kelvin Li
2016-08-18Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus
2016-08-17[OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li
2016-08-05[OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li
2016-07-20[OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li
2016-07-16[ObjC] Implement @available in the Parser and ASTErik Pilkington
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li
2016-07-06[OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith
2016-06-27Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli
2016-06-24Revert r273705Carlo Bertolli
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli
2016-06-15Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev
2016-06-15[MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev
2016-05-26[OpenMP] Parsing and sema support for target update directiveSamuel Antao
2016-02-03[OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob
2016-01-26[OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob
2016-01-19[OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao
2016-01-19[OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao
2015-12-14Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli
2015-12-09Reformat linefeeds.NAKAMURA Takumi
2015-12-09Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi
2015-12-08Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli
2015-12-03[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev
2015-12-01[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev
2015-11-25[MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev