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

Consolidate earlier sanitizer notes.
This commit is contained in:
Brad King 2014-10-07 15:04:48 -04:00
parent 7345a1f71d
commit e0e75a7201
2 changed files with 8 additions and 5 deletions

View File

@ -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.

View File

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