Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings.c589 const char kFormat9[] = ""; // expected-note{{format string is defined here}} in pr9751() local
590 printf(kFormat9, 4, 4); // expected-warning{{format string is empty}} in pr9751()