Home | History | Annotate | Download | only in Sema

Lines Matching refs:kFormat1

493   const char kFormat1[] = "%d %d \n"; // expected-note{{format string is defined here}}}
494 printf(kFormat1, 0); // expected-warning{{more '%' conversions than data arguments}}