aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTConsumer.h
AgeCommit message (Expand)Author
2009-11-04Tweak formatting.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-21Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor
2009-04-20Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner
2009-03-28eliminate ASTConsumer::InitializeTU, all clients areChris Lattner
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2008-08-29fix a comment that was forgotten in r54071Nico Weber
2008-07-25Remove unused ASTConsumer::HandleTopLevelDeclarationDaniel Dunbar
2008-07-02Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...Ted Kremenek
2008-05-31Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek
2008-02-06pass the astconsumer into Sema's ctor, clean up some stuff in Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek
2007-11-29Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventuallyTed Kremenek
2007-11-03Fix ownership model of ParseAST to allow the dtor of Chris Lattner
2007-10-26Patch to synthesize computation of Ivar offset in rewritten c file.Fariborz Jahanian
2007-09-15add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner