summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes a minor bug in pretty printing of ctor defs.Fariborz Jahanian2009-07-131-3/+2
* Added pretty-printing support for constructor definition.Fariborz Jahanian2009-07-131-1/+41
* Look through vector types when determining the base type of a type for declar...Douglas Gregor2009-07-011-0/+2
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-3/+2
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Remove the ASTContext parameter from the printing related methods of Decl.Argyrios Kyrtzidis2009-06-301-15/+12
* Keep track of whether a type parameter is actually a type parameter pack.Anders Carlsson2009-06-121-0/+3
* Minor improvements to template parameter writing.Anders Carlsson2009-06-041-2/+44
* Add a little FIXME for C++ class printingDouglas Gregor2009-05-311-0/+1
* AST printing for C++ base classesDouglas Gregor2009-05-301-8/+46
* Pretty printing and improved representation for namespace alias declarationsDouglas Gregor2009-05-301-0/+8
* Add a hack to prevent us from printing out the __builtin_va_list Eli Friedman2009-05-301-0/+5
* Printing for using directives, e.g.,Douglas Gregor2009-05-301-1/+20
* Never suppress specifiers when printing the parameters of a functionDouglas Gregor2009-05-301-3/+6
* Add a Stmt::printPretty overload which takes an ASTContext; start Eli Friedman2009-05-301-6/+11
* Expose an API to print a group of decls (like "int a,b;"). Eli Friedman2009-05-301-14/+129
* Clean up printing for Objective-C, designated initializers.Douglas Gregor2009-05-301-30/+28
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-0/+530
OpenPOWER on IntegriCloud