We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4179480 commit c7a6ed9Copy full SHA for c7a6ed9
clang/test/Sema/format-strings-nonnull.c
@@ -71,4 +71,4 @@ void check_format_string(FILE *fp, va_list ap) {
71
72
vsscanf(buf, NULL, ap);
73
// expected-warning@-1{{null passed to a callee that requires a non-null argument}}
74
-}
+}
0 commit comments