Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
format-strings-scanf.c
195b25c
[clang] Add getUnsignedPointerDiffType method
by Alexander Shaposhnikov
· 8 years ago
593e4bb
[clang] Fix handling of "%zd" in scanf
by Alexander Shaposhnikov
· 8 years ago
dc195d0
[Sema] Attempt to fix tests for utf-8 invalid format string specifiers
by Bruno Cardoso Lopes
· 10 years ago
0c18d03
[Sema] Handle UTF-8 invalid format string specifiers
by Bruno Cardoso Lopes
· 10 years ago
9a31b3b
Reduce false positives in printf/scanf format checker
by Andy Gibbs
· 10 years ago
df51ee6
scanf analysis: handle scanlists that start with ^] (PR19559)
by Hans Wennborg
· 11 years ago
6ed7251
Revert "Don't require -re suffix on -verify directives with regexes."
by Alp Toker
· 12 years ago
9b395ef
Don't require -re suffix on -verify directives with regexes.
by Hans Wennborg
· 12 years ago
cda4b6d
Change semantics of regex expectations in the diagnostic verifier
by Hans Wennborg
· 12 years ago
e06bc92
clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected-warning-re to let matched for Win32 targets.
by NAKAMURA Takumi
· 13 years ago
9230359
Format strings: %Ld isn't available on Darwin or Windows.
by Jordan Rose
· 13 years ago
abc1e22
Properly check length modfiers for %n in format strings.
by Hans Wennborg
· 13 years ago
b1ab2a8
Remove ScanfArgType and bake that logic into ArgType.
by Hans Wennborg
· 13 years ago
16250c7
-Wformat: better handling of qualifiers on pointer arguments
by Hans Wennborg
· 13 years ago
ebcd1c7
Make -Wformat check the argument type for %n.
by Hans Wennborg
· 13 years ago
9bc9bcc
Format string analysis: give 'q' its own enumerator.
by Hans Wennborg
· 14 years ago
cb197b0
FormatCheckers should emit all diagnostics using EmitFormatDiagnostic().
by Jean-Daniel Dupas
· 14 years ago
6fa5727
Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR 9466.
by Ted Kremenek
· 14 years ago
9139892
The 'l' length modifier makes sense with the scanlist conversion specifier.
by Ted Kremenek
· 14 years ago
e7b9d43
Tighten format string diagnostic and make it a bit clearer (and a bit closer to GCC's).
by Ted Kremenek
· 14 years ago
507b567
Treat -Wformat=0 as an alias for -Wformat.
by Hans Wennborg
· 14 years ago
6073e31
scanf: parse the 'm' length modifier, and check that the right arguments
by Hans Wennborg
· 14 years ago
fd95087
scanf analysis: the 'a' length modifier is valid with a scanlist
by Hans Wennborg
· 14 years ago
32f115f
scanf analysis: don't bail out after successful parse of scanlist
by Hans Wennborg
· 14 years ago
29b6534
Fix test/Sema/format-strings-scanf.c
by Hans Wennborg
· 14 years ago
23926bd
Support the 'a' length modifier in scanf format strings as a C90 extension.
by Hans Wennborg
· 14 years ago
4951c67
Fix signature of vsscanf in Builtins.def
by Hans Wennborg
· 14 years ago
8d5a409
Fix signature of sscanf in Builtins.def
by Hans Wennborg
· 14 years ago
bb4189d
Make fscanf, vscanf, etc. be recognized as scanf-like functions.
by Hans Wennborg
· 14 years ago
b1a5e09
Check that arguments to a scanf call match the format specifier,
by Hans Wennborg
· 14 years ago
03cf7b7
Fix for PR9751 to change the behavior of -Wformat warnings. If the format
by Richard Trieu
· 14 years ago
4407ea4
Hookup checking for invalid length modifiers in scanf format strings.
by Ted Kremenek
· 15 years ago
6cd6942
Don't warn when a '%%' or '%*d' (scanf) is used in a format string with positional arguments, since
by Ted Kremenek
· 15 years ago
ce81542
Hook up 'invalid conversion' warning for scanf format strings.
by Ted Kremenek
· 15 years ago
5c3e1b9
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar://problem/8204052>.
by Ted Kremenek
· 15 years ago
0030be8
Remove unicode quotes characters that somehow made it into a recent commit of mine.
by Ted Kremenek
· 15 years ago
d7b31cc
Hook up warning for an incomplete scanlist in scanf format strings.
by Ted Kremenek
· 15 years ago
c618728
Tweak zero-field width in scanf format string diagnostic.
by Ted Kremenek
· 15 years ago
5530131
Add initial test cases for scanf format string checking.
by Ted Kremenek
· 15 years ago