[PATCH] D26800: [Sema] Make __attribute__((notnull)) inheritable through function parameters

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 28 23:36:13 PST 2016


ahatanak added inline comments.


================
Comment at: test/Sema/nonnull.c:171
+
+void pr31040(char *p __attribute__((nonnull)));
+void pr31040(char *p) {}
----------------
Is this not pr30828?


https://reviews.llvm.org/D26800





More information about the cfe-commits mailing list