summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-7/+18
* Add 178663 back.Rafael Espindola2013-04-031-4/+4
* Revert 178663.Rafael Espindola2013-04-031-4/+4
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-4/+4
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-2/+19
* Fix empty declaration printing.Michael Han2013-02-251-1/+0
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+6
* Teach -ast-print how to print trailing-return-types.Richard Smith2013-02-221-2/+6
* DeclPrinter: fix CXXConstructExpr printing with implicit default argumentDmitri Gribenko2013-02-031-1/+2
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-311-3/+6
* Decl printer: fix CXXConstructExpr with implicit default argumentDmitri Gribenko2013-01-271-3/+7
* Fixes couple of friend declaration -ast-print bugFariborz Jahanian2012-12-211-5/+3
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-23/+13
* Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian2012-12-191-10/+25
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-181-1/+3
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* More C++ testing of declarations embedded inFariborz Jahanian2012-12-061-1/+1
OpenPOWER on IntegriCloud