summaryrefslogtreecommitdiffstats
path: root/test/Sema/format-strings-scanf.c
Commit message (Expand)AuthorAgeFilesLines
* [clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov2017-09-281-0/+30
* [clang] Fix handling of "%zd" in scanfAlexander Shaposhnikov2017-07-201-3/+31
* [Sema] Attempt to fix tests for utf-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-8/+0
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-0/+8
* Reduce false positives in printf/scanf format checkerAndy Gibbs2016-02-261-1/+13
* scanf analysis: handle scanlists that start with ^] (PR19559)Hans Wennborg2014-04-291-0/+5
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-2/+2
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-2/+2
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-2/+2
* clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with ex...NAKAMURA Takumi2012-09-081-2/+2
* Format strings: %Ld isn't available on Darwin or Windows.Jordan Rose2012-09-081-11/+1
* Properly check length modfiers for %n in format strings.Hans Wennborg2012-08-071-0/+26
* Remove ScanfArgType and bake that logic into ArgType.Hans Wennborg2012-08-071-0/+6
* -Wformat: better handling of qualifiers on pointer argumentsHans Wennborg2012-07-311-0/+18
* Make -Wformat check the argument type for %n.Hans Wennborg2012-07-301-0/+5
* Format string analysis: give 'q' its own enumerator.Hans Wennborg2012-02-161-0/+4
* FormatCheckers should emit all diagnostics using EmitFormatDiagnostic().Jean-Daniel Dupas2012-01-311-0/+4
* Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes...Ted Kremenek2012-01-241-0/+10
* The 'l' length modifier makes sense with the scanlist conversion specifier.Ted Kremenek2012-01-201-1/+4
* Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek2012-01-201-12/+12
* Treat -Wformat=0 as an alias for -Wformat.Hans Wennborg2012-01-171-0/+3
* scanf: parse the 'm' length modifier, and check that the right argumentsHans Wennborg2012-01-121-2/+18
* scanf analysis: the 'a' length modifier is valid with a scanlistHans Wennborg2012-01-121-1/+2
* scanf analysis: don't bail out after successful parse of scanlistHans Wennborg2012-01-121-0/+4
* Fix test/Sema/format-strings-scanf.cHans Wennborg2011-12-151-1/+1
* Support the 'a' length modifier in scanf format strings as a C90Hans Wennborg2011-12-151-0/+9
* Fix signature of vsscanf in Builtins.defHans Wennborg2011-12-121-1/+1
* Fix signature of sscanf in Builtins.defHans Wennborg2011-12-121-1/+1
* Make fscanf, vscanf, etc. be recognized as scanf-like functions.Hans Wennborg2011-12-121-1/+23
* Check that arguments to a scanf call match the format specifier,Hans Wennborg2011-12-101-3/+4
* Fix for PR9751 to change the behavior of -Wformat warnings. If the formatRichard Trieu2011-10-281-0/+12
* Hookup checking for invalid length modifiers in scanf format strings.Ted Kremenek2010-07-201-0/+8
* Don't warn when a '%%' or '%*d' (scanf) is used in a format string with posit...Ted Kremenek2010-07-191-0/+7
* Hook up 'invalid conversion' warning for scanf format strings.Ted Kremenek2010-07-191-0/+1
* Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <...Ted Kremenek2010-07-191-0/+3
* Remove unicode quotes characters that somehow made it into a recent commit of...Ted Kremenek2010-07-161-1/+1
* Hook up warning for an incomplete scanlist in scanf format strings.Ted Kremenek2010-07-161-0/+1
* Tweak zero-field width in scanf format string diagnostic.Ted Kremenek2010-07-161-2/+2
* Add initial test cases for scanf format string checking.Ted Kremenek2010-07-161-0/+14