summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+54
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+6
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-6/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+6
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-1/+1
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-1/+1
* [AST] Let DeclarationNameInfo printing use PrintingPolicy, and fix const-corr...Sam McCall2019-11-151-1/+1
* [AST] Use an explicit copy in a range-based forMark de Wever2019-11-121-1/+1
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+6
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+9
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+6
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+11
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-11/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+11
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+6
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+6
* AST - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-071-4/+4
* [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
OpenPOWER on IntegriCloud