[PATCH] D98798: Produce warning for performing pointer arithmetic on a null pointer.
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 12 10:42:07 PDT 2021
xbolva00 added a comment.
You dont have to use -Wno-…
You can use pragma to disable this warning for certain location in the code.
-1 for revert just because of this reason.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98798/new/
https://reviews.llvm.org/D98798
More information about the cfe-commits
mailing list