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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to