Home
last modified time | relevance | path

Searched refs:kFormat6 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings-no-fixit.c35 const char kFormat6[] = "%00d"; in pr9751() local
37 scanf(kFormat6, i); in pr9751()
H A Dformat-strings.c577 const char kFormat6[] = "%s"; // expected-note{{format string is defined here}} in pr9751() local
578 …printf(kFormat6, 5); // expected-warning{{format specifies type 'char *' but the argument has type… in pr9751()