summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* In DeclPrint add printing of '= default'Fariborz Jahanian2012-12-051-0/+2
* In DeclPrint add printing of 'explicit'Fariborz Jahanian2012-12-051-1/+4
* Testing C++ declarations embedded inFariborz Jahanian2012-12-051-0/+2
* Testing C++ declarations embedded inFariborz Jahanian2012-12-051-0/+25
* objective-c blocks: Consider padding due to alignmentFariborz Jahanian2012-12-041-0/+11
* Testing objective-C declarations embedded inFariborz Jahanian2012-12-041-1/+11
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-1/+2
* Pretty-print a ParenListExpr in a variable initializer correctly. Patch by G...Eli Friedman2012-10-191-2/+2
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-1/+4
* Teach GetBaseType() about BlockPointerTypes.Ted Kremenek2012-10-111-0/+2
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* DeclPrinter, terse mode: don't print function bodiesDmitri Gribenko2012-08-211-1/+1
* Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutputDmitri Gribenko2012-08-211-1/+1
* DeclPrinter: add terse output mode and lots of testsDmitri Gribenko2012-08-201-0/+3
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-26/+22
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-161-2/+2
* Do NOT use inline functions with LLVM_ATTRIBUTE_USED.Benjamin Kramer2012-08-141-0/+4
* Provide isConst/Volatile on CXXMethodDecl.David Blaikie2012-08-101-5/+4
* Fix a -ast-dump crash.Eli Friedman2012-08-081-0/+2
* Added -ast-dump-filter option to clang -cc1.Alexander Kornienko2012-07-261-2/+4
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-1/+4
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis2012-05-051-20/+8
* Print inline for inline namespaces, from Faisal ValiDouglas Gregor2012-05-011-0/+2
OpenPOWER on IntegriCloud