summaryrefslogtreecommitdiffstats
path: root/Help/variable/CTEST_MEMORYCHECK_SANITIZER_OPTIONS.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify memory check sanitizer option behavior for `log_path`Pawel Dac2021-01-131-0/+5
| | | | | Added information about prepending [ASAN/LSAN/TSAN/MSAN/UBSAN]_OPTIONS to MemoryTesterEnvironmentVariable and `log_path` limitation.
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* ctest: add support for additional sanitizer optionsBen Boeckel2014-10-031-0/+5
Sanitizers receive options through their environment variable; support user-specified options here.