[PATCH] D42933: [Sema] Avoid -Wformat warning for NSInteger/NSUInteger 'int' values with %zu/%zi long specifiers

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 7 14:10:16 PST 2018


arphaman abandoned this revision.
arphaman added subscribers: dcoughlin, dexonsmith.
arphaman added a comment.

Thanks for your input. You're right, this warning is quite correct (even though it seems like too much).

I discussed this with @dexonsmith  and @dcoughlin and we decided to keep the warning as is and to avoid establishing new guidelines. I'm closing this one.


Repository:
  rC Clang

https://reviews.llvm.org/D42933





More information about the cfe-commits mailing list