Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek | 2010-01-25 | 1 | -97/+0 |
* | Add support for computing size in elements for symbolic regions obtained from | Zhongxing Xu | 2010-01-18 | 1 | -1/+2 |
* | lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace | Kovarththanan Rajaratnam | 2009-11-28 | 1 | -1/+1 |
* | Clean up the Checker API a little more, resolving some hidden bugs | Ted Kremenek | 2009-11-23 | 1 | -2/+1 |
* | Change *BugReport constructors to take StringRefs. | Benjamin Kramer | 2009-11-14 | 1 | -1/+1 |
* | Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal. | Zhongxing Xu | 2009-11-12 | 1 | -3/+2 |
* | ReturnPointerRangeChecker: use StripCasts() instead of checking for zero index | Zhongxing Xu | 2009-11-11 | 1 | -12/+15 |
* | Sentence-case bug type, and pull tests from region-only-test.c into misc-ps-r... | Ted Kremenek | 2009-11-06 | 1 | -5/+14 |
* | Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range. | Zhongxing Xu | 2009-11-06 | 1 | -0/+86 |