aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/PrettyPrinter.h
AgeCommit message (Expand)Author
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-19Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-10-17[Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian
2012-08-21Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutputDmitri Gribenko
2012-08-21DeclPrinter: describe what 'terse' output is.Dmitri Gribenko
2012-08-20DeclPrinter: add terse output mode and lots of testsDmitri Gribenko
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2011-11-03Add a printing policy flag to suppress printing "<anonymous>::" priorDouglas Gregor
2011-09-27Only print _Bool as 'bool' when 'bool' is defined as an object-likeDouglas Gregor
2011-09-27When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor
2011-07-23clean up forward declarations of raw_ostream to use the new LLVM.hChris Lattner
2011-07-22Add a missing forward declaration and namespace qualifier to thisChandler Carruth
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-06-15Automatic Reference Counting.John McCall
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2011-03-16Use ElaboratedType also for C.Abramo Bagnara
2010-11-18Copy the LangOptions in PrintingPolicy to avoid pointing to a LangOptions tha...Argyrios Kyrtzidis
2010-04-05Extend the type printing policy to allow one to turn off the printingDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Start emitting ElaboratedTypes in C++ mode. Support the effort in variousJohn McCall
2009-07-08Initialize the ConstantArraySizeAsWritten field of PrintingPolicy class.Argyrios Kyrtzidis
2009-07-06Keep track of the Expr used to describe the size of an array type,Douglas Gregor
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-05-30Expose an API to print a group of decls (like "int a,b;"). Eli Friedman
2009-05-30Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-11get rid of ugly "warning: no newline at end of file"Gabor Greif
2007-08-31Added "PrinterHelper" interface (include/AST/PrinterHelper) that canTed Kremenek