mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Update sanitizer note.
This commit is contained in:
parent
444a666f1d
commit
b6ea9d2519
@ -78,9 +78,18 @@ New Features
|
||||
|
||||
(ADB - 2020/01/15, HDFFV-11001)
|
||||
|
||||
- Added Clang sanitizers to CMake for analyzer support
|
||||
- Added Clang sanitizers to CMake for analyzer support if compiler is clang.
|
||||
|
||||
Added CMake code and files to execute the Clang sanitizers.
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user