Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dformat-strings.cpp80 const char *format2 = fmt; in printf() local
81 vprintf(format2, ap); // expected-warning{{format string is not a string literal}} in printf()