aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTConsumer.cpp
AgeCommit message (Expand)Author
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28push more ASTContext goodness out through interfaces that useChris Lattner
2009-03-28eliminate ASTConsumer::InitializeTU, all clients areChris Lattner
2008-07-25Remove unused ASTConsumer::HandleTopLevelDeclarationDaniel Dunbar
2008-05-31Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner