Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings.c605 const char kFormat13[] = "%.3p"; // expected-note{{format string is defined here}} in pr9751() local
607 …printf(kFormat13, p); // expected-warning{{precision used with 'p' conversion specifier, resulting… in pr9751()