[clang] [compiler-rt] [llvm] [TySan] Make TySan compatible with UBSan (PR #169036)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 27 10:24:46 PST 2025
================
@@ -222,6 +222,7 @@ Changes to BOLT
Changes to Sanitizers
---------------------
+* Support running TypeSanitizer with UndefinedBehaviourSanitizer
----------------
fhahn wrote:
```suggestion
* Support running TypeSanitizer with UndefinedBehaviourSanitizer.
```
nit: for consistency with the list item below
https://github.com/llvm/llvm-project/pull/169036
More information about the llvm-commits
mailing list