summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+8
* Use getOperatorSpelling to get the spelling of an overloaded operatorRichard Smith2019-06-141-11/+4
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-3/+17
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-17/+3
* clang support gnu asm goto.Jennifer Yu2019-05-301-3/+17
* [analyzer][AST] print() JSONify: Stmt implementationCsaba Dabis2019-05-291-5/+15
* [clang] Respect TerseOutput when printing lambdasKadir Cetinkaya2019-05-271-1/+4
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+4
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-2/+3
* [clang] fixing -ast-print for variadic parameter pack in lambda captureNicolas Lesser2019-05-051-0/+3
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-3/+8
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-291-3/+3
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-281-3/+3
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-281-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-1/+1
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+3
* [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp - NFC. Diff...Patrick Lyster2018-10-181-451/+0
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+5
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+4
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+5
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-42/+40
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+4
* StmtPrinter: allow customizing the end-of-line characterGeorge Karpenkov2018-09-151-53/+56
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* 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
OpenPOWER on IntegriCloud