Home | History | Annotate | Download | only in Sema

Lines Matching defs:kFormat4

501   const char kFormat4[] = "%y"; // expected-note{{format string is defined here}}
502 printf(kFormat4, 5); // expected-warning{{invalid conversion specifier 'y'}}