summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/ASTConsumers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-1032/+0
* A couple of tweaks to make -ast-print produce code that's closer to Eli Friedman2009-05-171-13/+14
* Add a new -ast-dump-full option that traverses the translation unitDouglas Gregor2009-04-261-2/+20
* minor cleanups to ast-dump, use getBody(context).Chris Lattner2009-04-251-8/+8
* Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor2009-04-231-8/+19
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-141/+0
* Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...Steve Naroff2009-04-211-2/+3
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-8/+10
* Add PCH support for ImplicitCastExprs. This is the first expressionDouglas Gregor2009-04-141-1/+8
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-19/+36
* Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu2009-04-051-1/+6
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-6/+16
* reduce indentation, no functionality change.Chris Lattner2009-03-281-116/+122
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-281-4/+4
* change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner2009-03-281-9/+8
* hoist TranslationUnit some more.Chris Lattner2009-03-281-2/+2
* eliminate some wrappers.Chris Lattner2009-03-281-2/+25
* move serialization logic from TranslationUnit to ASTContext.Chris Lattner2009-03-281-2/+1
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+1074
OpenPOWER on IntegriCloud