summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-03-01 23:14:19 +0000
committerKostya Serebryany <kcc@google.com>2012-03-01 23:14:19 +0000
commit48a8cd9840bf38601d4c042e4cdefb2e065faa2c (patch)
tree95bc0cb56e7c763d260c9ad9ed14668f665e95d5 /docs
parentcc2c4b293d8590346f26b7ecc16d299226b8794f (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/UsersManual.html8
1 files changed, 8 insertions, 0 deletions
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:
</ul>
</dd>
+<dt id="opt_faddress-sanitizer"><b>-f[no-]address-sanitizer</b>:
+Turn on <a href="AddressSanitizer.html">AddressSanitizer</a>,
+a memory error detector.
+
+<dt id="opt_fthread-sanitizer"><b>-f[no-]thread-sanitizer</b>:
+Turn on ThreadSanitizer, an <em>experimental</em> data race detector.
+Not ready for widespread use.
+
<dt id="opt_fno-assume-sane-operator-new"><b>-fno-assume-sane-operator-new</b>:
Don't assume that the C++'s new operator is sane.</dt>
<dd>This option tells the compiler to do not assume that C++'s global new