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