summaryrefslogtreecommitdiff
path: root/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-2/+7
* Use getOperatorSpelling to get the spelling of an overloaded operatorRichard Smith2019-06-141-7/+1
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-1/+3
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-4/+18
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-18/+4
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-10/+36
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-4/+18
* Clean up ObjCPropertyDecl printingDavid Goldman2019-04-081-36/+53
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+6
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-1/+17
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-5/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-1/+14
* StmtPrinter: allow customizing the end-of-line characterGeorge Karpenkov2018-09-151-1/+1
* [OPENMP] Fix processing of declare target construct.Alexey Bataev2018-08-141-0/+4
* Remove trailing spaceFangrui Song2018-07-301-14/+14
* [Attr] Don't print implicit attributesJoel E. Denny2018-05-151-1/+1
* [AST] Fix printing tag decl groups in decl contextsJoel E. Denny2018-05-151-11/+13
* [AST] Print correct tag decl for tag specifierJoel E. Denny2018-05-141-0/+2
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* [Attr] Print enum attributes at correct positionJoel E. Denny2018-04-241-5/+7
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* [DeclPrinter] Fix two cases that crash clang -ast-print.Artem Belevich2018-01-171-4/+5
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-231-5/+11
* [DeclPrinter] Extract function PrintConstructorInitializers, NFCAlex Lorenz2017-11-161-64/+69
* [DeclPrinter] Honor TerseOutput for constructorsAlex Lorenz2017-11-161-56/+59
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-061-0/+12
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-9/+12
* ASTPrinter: Objective-C method declarations don't need a space afterAlex Lorenz2017-06-021-2/+4
* [ASTPrinter] Print template parameter lists for out-of-line functionsAlex Lorenz2017-04-181-0/+11
* [ASTPrinter] Print nested name specifiers for out-of-line functionsAlex Lorenz2017-04-111-1/+8
* Handle deduction guides better in -ast-print.Richard Smith2017-02-181-3/+12
* [AST Printer] Print attributes on enum constantsJordan Rose2017-01-201-0/+1
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-63/+158
* Do not print enum underlying type if language is not C++11Serge Pavlov2016-11-041-1/+1
* Make output of ast-print closer to C++ codeSerge Pavlov2016-10-311-4/+3
* Fix PR 28885: Fix AST Printer output for the inherited constructor usingAlex Lorenz2016-10-031-0/+11
* Revert r283102 (Typo in the phabricator link)Alex Lorenz2016-10-031-11/+0
* Fix PR 28885: Fix AST Printer output for the inherited constructor usingAlex Lorenz2016-10-031-0/+11
* Teach -ast-print to print constexpr variables.Vassil Vassilev2016-07-081-3/+10
* Don't crash when printing auto variables.Vassil Vassilev2016-07-081-0/+2
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+5
* Fix printing of anonymous struct typedefs.Steven Watanabe2016-03-181-9/+8
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-1/+33
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-2/+2
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+5
* Class Property: parse property attribute (class).Manman Ren2016-01-261-0/+5
* Fix printing of types in initializers with suppressed tags.Benjamin Kramer2016-01-251-1/+4