aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/PrettyPrinter.h
AgeCommit message (Expand)Author
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