[clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 18:09:12 PST 2025
================
@@ -214,13 +214,14 @@ Available checks are:
the wrong dynamic type, or that its lifetime has not begun or has ended.
Incompatible with ``-fno-rtti``. Link must be performed by ``clang++``, not
``clang``, to make sure C++-specific parts of the runtime library and C++
- standard libraries are present.
+ standard libraries are present. The check is not a part of the ``undefined``
----------------
vitalybuka wrote:
Unnecessary, but probably usefull
https://github.com/llvm/llvm-project/pull/121115
More information about the cfe-commits
mailing list