mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Merge pull request #57 from horenmar/mention-memory-sanitizer
MSan should also be mentioned amongst sanitizers.
This commit is contained in:
@@ -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.
|
||||
|
||||
* AddressSanitizer
|
||||
* MemorySanitizer
|
||||
* ThreadSanitizer
|
||||
* UndefinedBehaviorSanitizer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user