[llvm-branch-commits] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 26 11:14:50 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
----------------
vitalybuka wrote:
My assumption was these are checks from =undefined, but I see that it was wrong, e.g. unsigned-integer-overflow is here.
https://github.com/llvm/llvm-project/pull/121115
More information about the llvm-branch-commits
mailing list