Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused ASTConsumer::HandleTopLevelDeclaration | Daniel Dunbar | 2008-07-25 | 1 | -10/+0 |
| | | | | llvm-svn: 54071 | ||||
* | Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a | Ted Kremenek | 2008-05-31 | 1 | -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-level | Chris Lattner | 2008-03-15 | 1 | -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 |