summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTConsumers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman2010-01-031-0/+13
* Small compatibility fix for -print-decl-contexts.Eli Friedman2009-12-081-0/+5
* Kill a few more random stderr uses.Daniel Dunbar2009-12-031-3/+1
* Audit the code for places where it is assumed that every base specifier refer...Sebastian Redl2009-10-251-0/+2
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-5/+0
* Don't try to dump invalid decls or forward decls.Anders Carlsson2009-09-261-0/+6
* Who would have thought that empty classes were so tricky? Handle cases where ...Anders Carlsson2009-09-251-0/+3
* Improve the record layout dumper.Anders Carlsson2009-09-241-2/+87
* Add a -dump-record-layouts argument to clang-cc.Anders Carlsson2009-09-241-0/+50
* Eliminate FunctionDecl::getBodyIfAvailableDouglas Gregor2009-09-121-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-26/+24
* Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin2009-08-241-0/+2
* Replace cerr with errs().Benjamin Kramer2009-08-231-5/+4
* remove dead code.Zhongxing Xu2009-06-301-2/+0
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-4/+3
* Remove the ASTContext parameter from the printing related methods of Decl.Argyrios Kyrtzidis2009-06-301-3/+3
* Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.Argyrios Kyrtzidis2009-06-171-4/+4
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-637/+16
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-11/+15
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-0/+36
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-0/+1032
OpenPOWER on IntegriCloud