Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings.c626 const char kFormat17[] = "%hu"; // expected-note{{format string is defined here}}} in pr9751() local
627 …printf(kFormat17, (int[]){0}); // expected-warning{{format specifies type 'unsigned short' but the… in pr9751()