Ted Kremenek
|
4407ea4948
|
Hookup checking for invalid length modifiers in scanf format strings.
llvm-svn: 108907
|
2010-07-20 20:04:47 +00:00 |
Ted Kremenek
|
6cd694233d
|
Don't warn when a '%%' or '%*d' (scanf) is used in a format string with positional arguments, since
these don't actually consume an argument.
llvm-svn: 108757
|
2010-07-19 22:01:06 +00:00 |
Ted Kremenek
|
ce81542d61
|
Hook up 'invalid conversion' warning for scanf format strings.
llvm-svn: 108750
|
2010-07-19 21:25:57 +00:00 |
Ted Kremenek
|
5c3e1b9a54
|
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>.
llvm-svn: 108742
|
2010-07-19 19:47:40 +00:00 |
Ted Kremenek
|
0030be81f5
|
Remove unicode quotes characters that somehow made it into a recent commit of mine.
llvm-svn: 108552
|
2010-07-16 20:49:01 +00:00 |
Ted Kremenek
|
d7b31cc60d
|
Hook up warning for an incomplete scanlist in scanf format strings.
llvm-svn: 108542
|
2010-07-16 18:28:03 +00:00 |
Ted Kremenek
|
c618728e8d
|
Tweak zero-field width in scanf format string diagnostic.
llvm-svn: 108541
|
2010-07-16 18:27:56 +00:00 |
Ted Kremenek
|
5530131bb7
|
Add initial test cases for scanf format string checking.
llvm-svn: 108503
|
2010-07-16 02:11:34 +00:00 |