Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings-no-fixit.c31 const char kFormat5[] = "%-0d"; in pr9751() local
32 printf(kFormat5, 5); in pr9751()
H A Dformat-strings.c573 const char kFormat5[] = "%."; // expected-note{{format string is defined here}} in pr9751() local
574 printf(kFormat5, 5); // expected-warning{{incomplete format specifier}} in pr9751()