summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+3
* Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which acceptsArgyrios Kyrtzidis2011-10-171-0/+2
* Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi...Sebastian Redl2010-08-111-0/+3
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-111-3/+0
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-091-0/+3
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-2/+3
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-281-1/+0
* eliminate ASTConsumer::InitializeTU, all clients areChris Lattner2009-03-281-5/+0
* Remove unused ASTConsumer::HandleTopLevelDeclarationDaniel Dunbar2008-07-251-10/+0
* Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek2008-05-311-0/+6
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+28
OpenPOWER on IntegriCloud