summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/PrettyPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-201-1/+4
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-051-1/+8
* [NFC] Use clang-format on PrintingPolicy::PrintingPolicy() after fd5c386f743Jan Korous2018-12-051-15/+13
* Revert: Honor -fdebug-prefix-map when creating function names for the debug i...Renato Golin2018-12-051-20/+15
* Honor -fdebug-prefix-map when creating function names for the debug info.Adrian Prantl2018-12-011-15/+20
* [AST][NFC] Use unsigned in the bit-fields of PrintingPolicyBruno Ricci2018-08-071-12/+12
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-231-1/+6
* Remove \brief from doxygen comments in PrettyPrinter.hAdrian Prantl2017-11-051-39/+37
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-2/+5
* Print enum constant values using the original source formattingAlex Lorenz2017-08-171-1/+20
* Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith2016-05-191-8/+34
* 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