[cfe-commits] adding documentations for tsan and asan to UsersManual.html

Kostya Serebryany kcc at google.com
Thu Mar 1 14:48:28 PST 2012


Hi,
Please review the following patch to the UsersManual.html
I've inserted the two bullets after -fcatch-undefined-behavior

Thanks,

--kcc

--- docs/UsersManual.html       (revision 151820)
+++ docs/UsersManual.html       (working copy)
@@ -830,6 +830,13 @@
 </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.
+
 <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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120301/c8358a13/attachment.html>


More information about the cfe-commits mailing list