From 48a8cd9840bf38601d4c042e4cdefb2e065faa2c Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 1 Mar 2012 23:14:19 +0000 Subject: [PATCH] add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151858 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 2c5139de79..b33ed61217 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -830,6 +830,14 @@ The checks are: +
-f[no-]address-sanitizer: +Turn on AddressSanitizer, +a memory error detector. + +
-f[no-]thread-sanitizer: +Turn on ThreadSanitizer, an experimental data race detector. +Not ready for widespread use. +
-fno-assume-sane-operator-new: Don't assume that the C++'s new operator is sane.
This option tells the compiler to do not assume that C++'s global new -- 2.50.1