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