summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTConsumer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused ASTConsumer::HandleTopLevelDeclarationDaniel Dunbar2008-07-251-10/+0
| | | | llvm-svn: 54071
* Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek2008-05-311-0/+6
| | | | | | | | | | | TranslationUnit object instead of an ASTContext. By default it calls Initialize(ASTConstext& Context) (to match with the current interface used by most ASTConsumers). Modified the ObjC-Rewriter to use InitializeTU, and to tell the TranslationUnit to not free its Decls. This is a workaround for: <rdar://problem/5966749> llvm-svn: 51825
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+28
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
OpenPOWER on IntegriCloud