[clang] [llvm] [UBSan] Implement src:*=sanitize for UBSan (PR #140529)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Tue May 20 12:42:12 PDT 2025
================
@@ -960,6 +960,7 @@ Sanitizers
----------
- ``-fsanitize=vptr`` is no longer a part of ``-fsanitize=undefined``.
+- UBSan ignorelists now support the syntax ``src:*=sanitize``.
----------------
vitalybuka wrote:
I think it applies to all Sanitizers, with src: syntax
https://github.com/llvm/llvm-project/pull/140529
More information about the cfe-commits
mailing list