| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Conjured symbols now bind to Stmt* instead of Expr*. | Ted Kremenek | 2008-11-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 59154 | ||||
| * | Add a QualType to ConjuredSymbol to represent the type and size of the symbol. | Ted Kremenek | 2008-10-01 | 1 | -4/+4 |
| | | | | | | | Use this updated interface when invalidating arguments passed by reference; the type of symbol is of the object passed by reference, not the reference itself. llvm-svn: 56894 | ||||
| * | Initialize tracked local variables to undefined. | Ted Kremenek | 2008-08-13 | 1 | -1/+2 |
| | | | | | llvm-svn: 54716 | ||||
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+124 |
| 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 | |||||

