[llvm-branch-commits] [clang] [TySan] A Type Sanitizer (Clang) (PR #76260)
Florian Hahn via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 27 12:47:08 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
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/76260
More information about the llvm-branch-commits
mailing list