MSan should also be mentioned amongst sanitizers.

This commit is contained in:
Martin Hořeňovský
2016-12-02 23:27:26 +01:00
parent 3daabe5c18
commit 57b7ffcd78

View File

@@ -206,6 +206,7 @@ Similar to Valgrind. http://www.drmemory.org
These tools provide many of the same features as Valgrind, but built into the compiler. They are easy to use and provide a report of what went wrong. These tools provide many of the same features as Valgrind, but built into the compiler. They are easy to use and provide a report of what went wrong.
* AddressSanitizer * AddressSanitizer
* MemorySanitizer
* ThreadSanitizer * ThreadSanitizer
* UndefinedBehaviorSanitizer * UndefinedBehaviorSanitizer