[clang] [ubsan] Remove -fsanitizer=vptr from -fsanitizer=undefined (PR #121115)
Thurston Dang via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 15:43:19 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``
----------------
thurstond wrote:
Is it necessary to mention here that it's not part of the "undefined" group, instead of just in the check groups section below? There's several other checks in this list that aren't part of "undefined" but don't call out the group membership.
https://github.com/llvm/llvm-project/pull/121115
More information about the cfe-commits
mailing list