Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hookup checking for invalid length modifiers in scanf format strings. | Ted Kremenek | 2010-07-20 | 1 | -0/+8 |
| | | | | llvm-svn: 108907 | ||||
* | Don't warn when a '%%' or '%*d' (scanf) is used in a format string with ↵ | Ted Kremenek | 2010-07-19 | 1 | -0/+7 |
| | | | | | | | | positional arguments, since these don't actually consume an argument. llvm-svn: 108757 | ||||
* | Hook up 'invalid conversion' warning for scanf format strings. | Ted Kremenek | 2010-07-19 | 1 | -0/+1 |
| | | | | llvm-svn: 108750 | ||||
* | Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes ↵ | Ted Kremenek | 2010-07-19 | 1 | -0/+3 |
| | | | | | | <rdar://problem/8204052>. llvm-svn: 108742 | ||||
* | Remove unicode quotes characters that somehow made it into a recent commit ↵ | Ted Kremenek | 2010-07-16 | 1 | -1/+1 |
| | | | | | | of mine. llvm-svn: 108552 | ||||
* | Hook up warning for an incomplete scanlist in scanf format strings. | Ted Kremenek | 2010-07-16 | 1 | -0/+1 |
| | | | | llvm-svn: 108542 | ||||
* | Tweak zero-field width in scanf format string diagnostic. | Ted Kremenek | 2010-07-16 | 1 | -2/+2 |
| | | | | llvm-svn: 108541 | ||||
* | Add initial test cases for scanf format string checking. | Ted Kremenek | 2010-07-16 | 1 | -0/+14 |
llvm-svn: 108503 |