[PATCH] D47290: [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin
    Alexander Shaposhnikov via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed May 23 15:18:53 PDT 2018
    
    
  
alexshap added inline comments.
================
Comment at: test/FixIt/fixit-format-ios-nopedantic.m:21
+  printf("test 4: %zd %zd", getNSInteger(), getNSInteger());
+}
----------------
maybe i'm missing smth, but i don't see any verification in this test.
Repository:
  rC Clang
https://reviews.llvm.org/D47290
    
    
More information about the cfe-commits
mailing list