[clang] [llvm] [UBSan] Implement src:*=sanitize for UBSan (PR #140529)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Tue May 20 23:22:08 PDT 2025
================
@@ -103,6 +101,22 @@ supported sanitizers.
char c = toobig; // also not instrumented
}
+Conflicting entries are resolved by the latest entry, which takes precedence.
----------------
vitalybuka wrote:
If multiple entries match the source, than the latest entry takes the precedence.
https://github.com/llvm/llvm-project/pull/140529
More information about the cfe-commits
mailing list