You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced an experimental Type Sanitizer, activated by using the -fsanitize=type flag. This sanitizer detects violations of C/C++ type-based aliasing rules.
From https://releases.llvm.org/20.1.0/tools/clang/docs/ReleaseNotes.html#sanitizers: