summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-10-03 17:46:18 (GMT)
committerBrad King <brad.king@kitware.com>2014-10-07 19:27:34 (GMT)
commit816c100ae2d1ef9ad42186a260724a279b6b5934 (patch)
treeeb8cc2d9a404b24ffdc56228be3c0a4950ede8c0 /Help
parentb67ef537d468c7e31c6ee375fe86eabc3bf2a128 (diff)
downloadCMake-816c100ae2d1ef9ad42186a260724a279b6b5934.zip
CMake-816c100ae2d1ef9ad42186a260724a279b6b5934.tar.gz
CMake-816c100ae2d1ef9ad42186a260724a279b6b5934.tar.bz2
ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan
UBSan instruments a build and logs messages on any undefined behavior instances.
Diffstat (limited to 'Help')
-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 e8d5461..af759e9 100644
--- a/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
+++ b/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
@@ -4,4 +4,4 @@ CTEST_MEMORYCHECK_TYPE
Specify the CTest ``MemoryCheckType`` setting
in a :manual:`ctest(1)` dashboard client script.
Valid values are Valgrind, Purify, BoundsChecker, and ThreadSanitizer,
-and AddressSanitizer.
+AddressSanitizer, and UndefinedBehaviorSanitizer.