Home | History | Annotate | Download | only in Sema

Lines Matching refs:kFormat6

509   const char kFormat6[] = "%s"; // expected-note{{format string is defined here}}
510 printf(kFormat6, 5); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}}