From: Kostya Serebryany Date: Thu, 1 Mar 2012 23:14:19 +0000 (+0000) Subject: add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48a8cd9840bf38601d4c042e4cdefb2e065faa2c;p=clang 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 --- 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