[PATCH] D25820: [Sema][Objective-C] Formatting warnings should see through Objective-C message sends

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 07:47:53 PDT 2016


aaron.ballman added inline comments.


================
Comment at: test/SemaObjC/format-strings-objc.m:299
+  NSLog([self str: @"%@ %@"], @"name"); // expected-warning {{more '%' conversions than data arguments}}
+}
+
----------------
Can you add an example showing a positive use case as well?


Repository:
  rL LLVM

https://reviews.llvm.org/D25820





More information about the cfe-commits mailing list