aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/format-strings-scanf.c
AgeCommit message (Expand)Author
2010-07-20Hookup checking for invalid length modifiers in scanf format strings.Ted Kremenek
2010-07-19Don't warn when a '%%' or '%*d' (scanf) is used in a format string with posit...Ted Kremenek
2010-07-19Hook up 'invalid conversion' warning for scanf format strings.Ted Kremenek
2010-07-19Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <...Ted Kremenek
2010-07-16Remove unicode quotes characters that somehow made it into a recent commit of...Ted Kremenek
2010-07-16Hook up warning for an incomplete scanlist in scanf format strings.Ted Kremenek
2010-07-16Tweak zero-field width in scanf format string diagnostic.Ted Kremenek
2010-07-16Add initial test cases for scanf format string checking.Ted Kremenek