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
Clang (and GCC) comes with a set of sanitizers that are useful (asan for Valgrind-like check, ubsan for undefined behavior, tsan for multithread code, …)
It would be good to be able to enable them on demand (like coverage), run test with them, …
The text was updated successfully, but these errors were encountered:
Clang (and GCC) comes with a set of sanitizers that are useful (asan for Valgrind-like check, ubsan for undefined behavior, tsan for multithread code, …)
It would be good to be able to enable them on demand (like coverage), run test with them, …
The text was updated successfully, but these errors were encountered: