Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace | Kovarththanan Rajaratnam | 2009-11-28 | 1 | -3/+3 |
* | Clean up the Checker API a little more, resolving some hidden bugs | Ted Kremenek | 2009-11-23 | 1 | -9/+5 |
* | Save and restore the HasGen flag in MallocChecker. | Zhongxing Xu | 2009-11-22 | 1 | -0/+1 |
* | Add PreVisitReturn to Malloc checker. Now we can recognize returned memory | Zhongxing Xu | 2009-11-17 | 1 | -0/+26 |
* | Add EvalEndPath interface to Checker. Now we can check memory leaked at the | Zhongxing Xu | 2009-11-17 | 1 | -20/+52 |
* | Change *BugReport constructors to take StringRefs. | Benjamin Kramer | 2009-11-14 | 1 | -2/+2 |
* | Malloc checker basically works now. | Zhongxing Xu | 2009-11-13 | 1 | -2/+24 |
* | Hook up Malloc checker. | Zhongxing Xu | 2009-11-13 | 1 | -0/+12 |
* | Fix MSVC build. | Benjamin Kramer | 2009-11-12 | 1 | -1/+1 |
* | Add boilerplate logic for a malloc/free checker. | Zhongxing Xu | 2009-11-12 | 1 | -0/+126 |