summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/PrettyPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of anonymous struct typedefs.Steven Watanabe2016-03-181-5/+6
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-1/+6
* Print qualified display names when emitting CodeViewReid Kleckner2015-12-161-1/+6
* Documentation: fix another typo, "arrays types" -> "array types".James Dennett2015-08-051-1/+1
* Documentation: fix a typo, "This flag is determines" -> "This flag determines".James Dennett2015-08-051-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* Creating a printing policy for "half":Yunzhong Gao2014-03-181-1/+5
* Add new PrintingPolicy entry to trim number of newlines. Useful for the CFG ...Ted Kremenek2013-12-111-1/+5
* ObjectiveC migrator. Introduce a new print policy forFariborz Jahanian2013-10-091-2/+6
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-1/+6
* Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2013-05-041-6/+1
* Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2013-05-031-1/+6
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-8/+1
* Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian2012-12-191-3/+4
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-1/+2
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-1/+6
* Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutputDmitri Gribenko2012-08-211-4/+3
* DeclPrinter: describe what 'terse' output is.Dmitri Gribenko2012-08-211-1/+6
* DeclPrinter: add terse output mode and lots of testsDmitri Gribenko2012-08-201-1/+4
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-13/+13
* Add a printing policy flag to suppress printing "<anonymous>::" priorDouglas Gregor2011-11-031-1/+5
* Only print _Bool as 'bool' when 'bool' is defined as an object-likeDouglas Gregor2011-09-271-1/+1
* When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor2011-09-271-1/+6
* clean up forward declarations of raw_ostream to use the new LLVM.hChris Lattner2011-07-231-5/+2
* Add a missing forward declaration and namespace qualifier to thisChandler Carruth2011-07-221-1/+5
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-4/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* Automatic Reference Counting.John McCall2011-06-151-1/+5
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+14
* Use ElaboratedType also for C.Abramo Bagnara2011-03-161-1/+11
* Copy the LangOptions in PrintingPolicy to avoid pointing to a LangOptions tha...Argyrios Kyrtzidis2010-11-181-1/+3
* Extend the type printing policy to allow one to turn off the printingDouglas Gregor2010-04-051-2/+7
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Start emitting ElaboratedTypes in C++ mode. Support the effort in variousJohn McCall2009-09-051-2/+5
* Initialize the ConstantArraySizeAsWritten field of PrintingPolicy class.Argyrios Kyrtzidis2009-07-081-1/+2
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-0/+18
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-5/+5
* Expose an API to print a group of decls (like "int a,b;"). Eli Friedman2009-05-301-23/+16
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-1/+7
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-2/+58
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* get rid of ugly "warning: no newline at end of file"Gabor Greif2007-09-111-1/+1
* Added "PrinterHelper" interface (include/AST/PrinterHelper) that canTed Kremenek2007-08-311-0/+31