summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-1/+1
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl2012-02-111-9/+13
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-4/+3
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-11/+5
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-5/+0
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-5/+5
* Move the definition-specific data of ObjCInterfaceDecl into aDouglas Gregor2011-12-151-0/+5
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-0/+7
* Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor2011-11-191-6/+16
* DeclPrinter: print the declaration's storage class specifier asPeter Collingbourne2011-11-081-3/+4
* Fixed CXX struct and class initialization printing to support 'move'Jim Goodnow II2011-10-301-1/+1
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-29/+27
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-0/+4
OpenPOWER on IntegriCloud