On Fri, Jul 11, 2014 at 10:13 AM, [email protected] <[email protected]> wrote: > Hi rsmith, nlewycky, aaron.ballman, > > We now have an LLVM-level nonnull attribute that can be applied to function > parameters, and we emit it for reference types (as of r209723), but we don't > yet emit it when a __attribute__((nonnull)) is provided. This patch adds > support for turning __attribute__((nonnull)) on the source level into > nonnull at the IR level.
LGTM! ~Aaron _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
