[clang] [TySan] Add initial documentation for Type Sanitizer (PR #123595)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 21 09:09:32 PST 2025
================
@@ -0,0 +1,156 @@
+================
+TypeSanitizer
+================
+
+.. contents::
+ :local:
+
+Introduction
+============
+
+TypeSanitizer is a detector for strict type aliasing violations. It consists of a compiler
+instrumentation module and a run-time library. The tool detects violations where you access
----------------
gbMattN wrote:
I added some more text based off Florian's [original pitch](https://reviews.llvm.org/D32198)
https://github.com/llvm/llvm-project/pull/123595
More information about the cfe-commits
mailing list