summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
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
commitb18744943552aae4da5ed4034baf5436b8970178 (patch)
tree79e6f5e5c4c6ae1cfbf2c2c741fa93cd5840e4bc /clang/docs/UsersManual.html
parent3da579832f4ded5c205969887272f63310801490 (diff)
downloadbcm5719-llvm-b18744943552aae4da5ed4034baf5436b8970178.tar.gz
bcm5719-llvm-b18744943552aae4da5ed4034baf5436b8970178.zip
add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs/UsersManual.html
llvm-svn: 151858
Diffstat (limited to 'clang/docs/UsersManual.html')
-rw-r--r--clang/docs/UsersManual.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index 2c5139de79c..b33ed61217b 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/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
OpenPOWER on IntegriCloud