aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTConsumer.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-03Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis
2011-10-17Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which acceptsArgyrios Kyrtzidis
2010-08-11Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi...Sebastian Redl
2010-08-11Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor
2010-08-09- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl
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