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

CJ Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 9 07:06:46 PDT 2020


CJ-Johnson added inline comments.


================
Comment at: include/clang/Driver/Options.td:1157
+def fno_delete_null_pointer_checks : Flag<["-"], "fno-delete-null-pointer-checks">,
+  Group<f_clang_Group>, Flags<[CC1Option]>;
 
----------------
rjmccall wrote:
> Please include HelpText, and it's probably worth talking about this in the actual docs.
This flag has since been added via D47894 😃


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D17993/new/

https://reviews.llvm.org/D17993



More information about the cfe-commits mailing list