[PATCH] D47895: llvm: Add support for "-fno-delete-null-pointer-checks"
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 13:00:09 PDT 2018
xbolva00 added inline comments.
================
Comment at: include/llvm/IR/Function.h:788
+ /// Return value: true => null pointer dereference is not undefined.
+ bool nullPointerIsDefined() const;
+
----------------
Confusing..
nullPointerIsDefined or NullPointerIsDefined?
Repository:
rL LLVM
https://reviews.llvm.org/D47895
More information about the llvm-commits
mailing list