[PATCH] D52635: [FunctionAttrs] Re-enable propagation of nonnull argument attributes from callsites to callers

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 05:34:34 PDT 2018


xbolva00 added a comment.

Btw, cannot we just drop nonnull arg info (which we get from libc annotations) related to problematic functions (like memcpy)?

And then we can mark these functions "safely" at callsites.


https://reviews.llvm.org/D52635





More information about the llvm-commits mailing list