Home
last modified time | relevance | path

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

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