[PATCH] D25731: [analyzer] NumberObjectConversion: Support OSNumber and CFNumberRef.
Devin Coughlin via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 27 13:57:21 PDT 2016
dcoughlin accepted this revision.
dcoughlin added a comment.
LGTM.
================
Comment at: test/Analysis/number-object-conversion.m:98
+
+#define NULL_INSIDE_MACRO NULL
+void test_NULL_inside_macro(NSNumber *p) {
----------------
This is great! And a good catch.
https://reviews.llvm.org/D25731
More information about the cfe-commits
mailing list