summaryrefslogtreecommitdiffstats
path: root/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-8/+8
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+22
* [AST][ObjC] Print implicit property expression that only has a setter without...Alex Lorenz2018-05-231-3/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warning...Eugene Zelenko2018-04-101-43/+85
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-42/+41
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-7/+3
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-281-14/+7
* [OPENMP] Initial support for asynchronous data update, NFC.Alexey Bataev2017-11-211-6/+8
* Handle lambda captures of variable length arrays in profiling and printing.Richard Trieu2017-11-111-0/+3
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-9/+33
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-9/+32
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-2/+4
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+22
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-1/+24
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+7
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+6
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+6
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+5
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+12
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+6
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+6
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+6
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-6/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+6
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+5
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+5
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+6
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+8
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+8
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-7/+7
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+6
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+6
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+5
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+6
* Revert r273705Carlo Bertolli2016-06-241-6/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+6
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-11/+9
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-4/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+4
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+8
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+8
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+6