[PATCH] D17993: [CodeGen] Apply 'nonnull' to 'this' pointer arguments.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 9 10:50:37 PST 2016


bkramer added a comment.

GCC 6 is already doing this and people are already annotating their builds with -fno-delete-null-pointer-checks. Putting it under a different flag will break compatibility there :(


http://reviews.llvm.org/D17993





More information about the cfe-commits mailing list