Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dformat-strings.c589 const char kFormat8[] = "%1$d %d"; // expected-note{{format string is defined here}} in pr9751() local
590 …printf(kFormat8, 4, 4); // expected-warning{{cannot mix positional and non-positional arguments in… in pr9751()