Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings.c614 const char kFormat15[] = "%hhs"; // expected-note{{format string is defined here}} in pr9751() local
615 …printf(kFormat15, "a"); // expected-warning{{length modifier 'hh' results in undefined behavior or… in pr9751()