[llvm-branch-commits] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)
Richard Smith via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 26 11:11:13 PST 2024
================
@@ -210,11 +210,6 @@ Available checks are:
(see ``-fsanitize=implicit-integer-conversion``).
- ``-fsanitize=vla-bound``: A variable-length array whose bound
does not evaluate to a positive value.
- - ``-fsanitize=vptr``: Use of an object whose vptr indicates that it is of
----------------
zygoloid wrote:
I think this shouldn't be removed from here and moved to the next section -- this is a list of all available individual checks, so `vptr` should still be here.
https://github.com/llvm/llvm-project/pull/121115
More information about the llvm-branch-commits
mailing list