Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't warn when matching %p to nullptr. | Anders Carlsson | 2010-11-06 | 1 | -2/+2 |
* | Fix printf format string checking for '%lc' (which expects a wint_t or compat... | Ted Kremenek | 2010-08-24 | 1 | -0/+21 |
* | Detabify. | Eli Friedman | 2010-08-22 | 1 | -1/+1 |
* | Revert r109428 "Hoist argument type checking into CheckFormatHandler. This i... | Michael J. Spencer | 2010-07-27 | 1 | -3/+1 |
* | Hoist argument type checking into CheckFormatHandler. This is prep for scanf... | Ted Kremenek | 2010-07-26 | 1 | -1/+3 |
* | Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. | Ted Kremenek | 2010-07-20 | 1 | -2/+75 |
* | Add most of the boilerplate support for scanf format string checking. This i... | Ted Kremenek | 2010-07-16 | 1 | -0/+380 |