[clang] [llvm] [UBSan] Implement src:*=sanitize for UBSan (PR #140529)

Qinkun Bao via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 12:49:53 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``.
----------------
qinkunbao wrote:

Yes, it should work for all sanitizer. However, I don't have tests for all other sanitizers. I don't feel confident to claim that the syntax should apply to all sanitizers.

https://github.com/llvm/llvm-project/pull/140529


More information about the cfe-commits mailing list