[PATCH] D47290: [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 15:28:30 PDT 2018
jfb marked an inline comment as done.
jfb added inline comments.
================
Comment at: test/FixIt/fixit-format-ios-nopedantic.m:21
+ printf("test 4: %zd %zd", getNSInteger(), getNSInteger());
+}
----------------
alexshap wrote:
> maybe i'm missing smth, but i don't see any verification in this test.
`-Werror` makes the test fail if something is reported.
Repository:
rC Clang
https://reviews.llvm.org/D47290
More information about the cfe-commits
mailing list