summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Pretty Printer: Fix printing of conversion operator decls and calls."Rafael Espindola2014-02-251-6/+4
* Pretty Printer: Fix printing of conversion operator decls and calls.Benjamin Kramer2014-02-251-4/+6
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-5/+6
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-1/+1
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-4/+4
* ASTContext: Declare builtin types implicitlyAlp Toker2013-12-151-11/+0
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-2/+1
* [OPENMP] Improved variable lookup procedure for threadprivate variables.Alexey Bataev2013-09-261-2/+3
* Fix pretty-printing for unnamed unions.Eli Friedman2013-08-121-0/+2
* Improve clarity/consistency of a few UsingDecl methods and related helpers.Enea Zaffanella2013-07-221-1/+1
* Fixed source range of C++03 access declarations.Enea Zaffanella2013-07-171-2/+6
* Improved source code fidelity for gcc mode attribute.Enea Zaffanella2013-06-201-5/+7
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-2/+2
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-4/+7
* [documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian2013-05-011-8/+8
* [ObjC declaration documentation] declaration of Fariborz Jahanian2013-05-011-8/+15
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-1/+1
OpenPOWER on IntegriCloud