Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to the DOTGraphTraits changes in LLVM. | Tobias Grosser | 2009-11-30 | 1 | -2/+3 |
| | | | | llvm-svn: 90137 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -6/+6 |
| | | | | llvm-svn: 81346 | ||||
* | More <sstream> removal. | Benjamin Kramer | 2009-09-07 | 1 | -1/+0 |
| | | | | llvm-svn: 81150 | ||||
* | cerr -> errs. | Daniel Dunbar | 2009-08-23 | 1 | -2/+2 |
| | | | | llvm-svn: 79844 | ||||
* | Update for LLVM API changes. | Owen Anderson | 2009-06-24 | 1 | -1/+2 |
| | | | | llvm-svn: 74085 | ||||
* | Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ↵ | Ted Kremenek | 2008-10-07 | 1 | -0/+1 |
| | | | | | | | | ScopedDecl*. This also removes the ugly hack needed in CFG.cpp for subclassing DeclStmt to create a DeclStmt with one Decl*. llvm-svn: 57275 | ||||
* | Patch by Csaba Hruska! | Ted Kremenek | 2008-09-13 | 1 | -1/+2 |
| | | | | | | | "Here is a patch what replaces std::ostream with llvm::raw_ostream. This patch covers the AST library, but ignores Analysis lib." llvm-svn: 56185 | ||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+59 |
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 |