[PATCH] D32198: [TySan] A Type Sanitizer (LLVM)

Mingjie Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 18:54:44 PST 2022


Enna1 added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp:71
+
+/// TypeSanitizer: instrument the code in module to find races.
+struct TypeSanitizer {
----------------
typo here: to find type-based-aliasing-violations?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D32198/new/

https://reviews.llvm.org/D32198



More information about the llvm-commits mailing list