Home | History | Annotate | Download | only in Sema

Lines Matching defs:kFormat2

497   const char kFormat2[] = "%18$s\n"; // expected-note{{format string is defined here}}
498 printf(kFormat2, 1, "foo"); // expected-warning{{data argument position '18' exceeds the number of data arguments (2)}}