Browse Source

Help: Add notes for topic 'ctest-memcheck-sanitizers'

Consolidate earlier sanitizer notes.
Brad King 11 years ago
parent
commit
e0e75a7201

+ 8 - 0
Help/release/dev/ctest-memcheck-sanitizers.rst

@@ -0,0 +1,8 @@
+ctest-memcheck-sanitizers
+-------------------------
+
+* The :command:`ctest_memcheck` command learned to support sanitizer
+  modes, including ``AddressSanitizer``, ``MemorySanitizer``,
+  ``ThreadSanitizer``, and ``UndefinedBehaviorSanitizer``.
+  Options may be set using the new
+  :variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` variable.

+ 0 - 5
Help/release/dev/thread-sanitizer.rst

@@ -1,5 +0,0 @@
-thread-sanitizer
-----------------
-
-* The :command:`ctest_memcheck` command learned to support
-  ``ThreadSanitizer``.