summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorJamie Snape <jamie.snape@kitware.com>2017-01-09 18:15:42 (GMT)
committerJamie Snape <jamie.snape@kitware.com>2017-01-09 18:15:42 (GMT)
commitcf590c1236e40eaff9fe76ec918fad33df4f6be4 (patch)
treee58ec1d802d001a620a2b5603f08f4320e1e996d /Help/variable
parent976574b01009e11326c7894edf35a4f315b216d4 (diff)
downloadCMake-cf590c1236e40eaff9fe76ec918fad33df4f6be4.zip
CMake-cf590c1236e40eaff9fe76ec918fad33df4f6be4.tar.gz
CMake-cf590c1236e40eaff9fe76ec918fad33df4f6be4.tar.bz2
ctest_memcheck: add support for standalone LeakSanitizer
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CTEST_MEMORYCHECK_TYPE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
index b963293..b8b4c30 100644
--- a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
+++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
@@ -4,5 +4,5 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
Valid values are ``Valgrind``, ``Purify``, ``BoundsChecker``, and
-``ThreadSanitizer``, ``AddressSanitizer``, ``MemorySanitizer``, and
+``ThreadSanitizer``, ``AddressSanitizer``, ``LeakSanitizer``, ``MemorySanitizer``, and
``UndefinedBehaviorSanitizer``.