Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanups with ObjCQualifiedIdType in the static analyzer. | Ted Kremenek | 2008-04-30 | 1 | -1/+2 |
| | | | | llvm-svn: 50503 | ||||
* | Add lval::ArrayOffset, which represent the locations of entries in an array. | Ted Kremenek | 2008-04-29 | 1 | -0/+9 |
| | | | | llvm-svn: 50453 | ||||
* | Added lval::FieldOffset, which represents symbolic lvalues for field offsets ↵ | Ted Kremenek | 2008-04-29 | 1 | -1/+14 |
| | | | | | | | | from other Lvalues. This removes the failure in null-deref-ps.c (test suite). llvm-svn: 50449 | ||||
* | Added lval type (and tracking) for StringLiterals. | Ted Kremenek | 2008-04-22 | 1 | -0/+10 |
| | | | | llvm-svn: 50109 | ||||
* | Added "nonlval::LValAsInteger" to represent abstract LVals casted to ↵ | Ted Kremenek | 2008-04-22 | 1 | -1/+12 |
| | | | | | | integers, allowing us to track lvals when they are casted back to pointers. llvm-svn: 50108 | ||||
* | simplify some code by using PointerLikeType. | Chris Lattner | 2008-04-02 | 1 | -3/+2 |
| | | | | llvm-svn: 49101 | ||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+389 |
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 |