Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dformat-strings.cpp195 constexpr const char *wrap_constexpr() { in wrap_constexpr() function
205 …printf(wrap_constexpr(), 1, 2); // expected-warning {{format specifies type 'char *' but the argum… in f()