summaryrefslogtreecommitdiffstats
path: root/lib/AST/ASTConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move LocInfoType from Sema to AST.Benjamin Kramer2016-02-011-1/+0
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis2012-10-031-0/+5
* 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