[llvm-branch-commits] [clang] [TySan] A Type Sanitizer (Clang) (PR #76260)
Aaron Ballman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 27 11:09:46 PST 2024
================
@@ -1027,6 +1027,10 @@ Sanitizers
<https://clang.llvm.org/docs/SanitizerSpecialCaseList.html>`_. See that link
for examples.
+- Introduced an experimental Type Sanitizer, activated by using the
+ -fsanitize=type flag. This sanitizer detects violations of C/C++ type-based
----------------
AaronBallman wrote:
```suggestion
``-fsanitize=type`` flag. This sanitizer detects violations of C/C++ type-based
```
https://github.com/llvm/llvm-project/pull/76260
More information about the llvm-branch-commits
mailing list