summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-11 19:48:39 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:54 (GMT)
commit9f024afb2a724ea8704d42266acb5d508b67e302 (patch)
treeac3962d08fa38d02c5dbb6aae65570ca54e71320 /release_docs
parent3ef00a150d7085761be4e6e9826fe615df20e672 (diff)
downloadhdf5-9f024afb2a724ea8704d42266acb5d508b67e302.zip
hdf5-9f024afb2a724ea8704d42266acb5d508b67e302.tar.gz
hdf5-9f024afb2a724ea8704d42266acb5d508b67e302.tar.bz2
Update sanitizer note.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a2d5f9c..3847478 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)