summaryrefslogtreecommitdiffstats
path: root/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ATTR] Automatic line feed after pragma-like attribute.Alexey Bataev2015-10-121-4/+42
* Fix printing of parameterized Objective-C interfaces.Bob Wilson2015-10-011-1/+1
* [OpenCL 2.0] Enable program scope variables, Section 6.5.1.Anastasia Stulova2015-09-301-1/+1
* [DeclPrinter] Don't crash when printing a using decl with a special nameBenjamin Kramer2015-09-231-1/+1
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-0/+13
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-5/+40
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-4/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Code completion for nullability type specifiers.Douglas Gregor2015-06-191-14/+2
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-191-2/+8
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-8/+66
* [AST] There is no message for C++1z-style static_assertDavid Majnemer2015-06-051-2/+4
* Objective-C. Assortment of improvements pretty printingFariborz Jahanian2014-10-031-3/+12
* Pretty print attributes associated with record declarations.Aaron Ballman2014-09-151-0/+6
* AST printer: fix double space before base class with no access specifier.Richard Smith2014-07-231-2/+4
* When pretty-printing a declaration of a pack, put the ellipsis before the nameRichard Smith2014-07-231-12/+18
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-1/+3
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-18/+19
* Use nullptr instead of 0 for const char * value.Yaron Keren2014-05-071-5/+5
* [C++11] Replacing ClassTemplateDecl iterators spec_begin() and spec_end() wit...Aaron Ballman2014-03-141-4/+3
* [C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...Aaron Ballman2014-03-141-4/+3
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-141-3/+2
* [C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...Aaron Ballman2014-03-131-4/+4
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-131-4/+1
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-4/+3
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer2014-02-251-1/+15
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-251-4/+6