Merge pull request #57 from horenmar/mention-memory-sanitizer

MSan should also be mentioned amongst sanitizers.
This commit is contained in:
Jason Turner
2016-12-02 15:35:36 -07:00
committed by GitHub

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