From b6ea9d25194797fdfb0880ee9721b95bc1533af7 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 11 Feb 2020 13:48:39 -0600 Subject: Update sanitizer note. --- release_docs/RELEASE.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 12a703d..a915059 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -78,9 +78,18 @@ New Features (ADB - 2020/01/15, HDFFV-11001) - - Added Clang sanitizers to CMake for analyzer support - - Added CMake code and files to execute the Clang sanitizers. + - Added Clang sanitizers to CMake for analyzer support if compiler is clang. + + Added CMake code and files to execute the Clang sanitizers if + HDF5_ENABLE_SANITIZERS is enabled and the USE_SANITIZER option + is set to one of the following: + Address + Memory + MemoryWithOrigins + Undefined + Thread + Leak + 'Address;Undefined' (ADB - 2019/12/12, TRILAB-135) -- cgit v0.12