Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 7377: printf checking fails to flag some undefined behavior | Tom Care | 2010-06-21 | 1 | -5/+3 |
* | Printf format strings: Added some more tests and fixed some minor bugs. | Tom Care | 2010-06-18 | 1 | -0/+15 |
* | Fix format string checking of '%c' by treating it as an integer conversion. ... | Ted Kremenek | 2010-06-17 | 1 | -0/+2 |
* | Extend format string type-checking to include '%p'. Fixes remaining cases PR... | Ted Kremenek | 2010-06-16 | 1 | -0/+1 |
* | Small fixes regarding printf fix suggestions. | Tom Care | 2010-06-11 | 1 | -3/+11 |
* | Added FixIt support to printf format string checking. | Tom Care | 2010-06-09 | 1 | -0/+20 |