aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/ASTConsumers.cpp
AgeCommit message (Expand)Author
2009-05-18Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman
2009-05-17A couple of tweaks to make -ast-print produce code that's closer to Eli Friedman
2009-04-26Add a new -ast-dump-full option that traverses the translation unitDouglas Gregor
2009-04-25minor cleanups to ast-dump, use getBody(context).Chris Lattner
2009-04-23Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-04-21Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...Steve Naroff
2009-04-18FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor
2009-04-14Add PCH support for ImplicitCastExprs. This is the first expressionDouglas Gregor
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-04-05Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by JonZhongxing Xu
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28reduce indentation, no functionality change.Chris Lattner
2009-03-28push more ASTContext goodness out through interfaces that useChris Lattner
2009-03-28change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner
2009-03-28hoist TranslationUnit some more.Chris Lattner
2009-03-28eliminate some wrappers.Chris Lattner
2009-03-28move serialization logic from TranslationUnit to ASTContext.Chris Lattner
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar