Hi, <div>Please review the following patch to the UsersManual.html</div>I've inserted the two bullets after -fcatch-undefined-behavior<div><br></div><div>Thanks, </div><div><br></div><div>--kcc </div><div><br></div><div>
<div>--- docs/UsersManual.html       (revision 151820)</div><div>+++ docs/UsersManual.html       (working copy)</div><div>@@ -830,6 +830,13 @@</div><div> </ul></div><div> </dd></div><div> </div><div>+<dt id="opt_faddress-sanitizer"><b>-f[no-]address-sanitizer</b>:</div>
<div>+Turn on <a href="AddressSanitizer.html">AddressSanitizer</a>,</div><div>+a memory error detector.</div><div>+</div><div>+<dt id="opt_fthread-sanitizer"><b>-f[no-]thread-sanitizer</b>:</div>
<div>+Turn on ThreadSanitizer, an <em>experimental</em> data race detector.</div><div>+</div><div> <dt id="opt_fno-assume-sane-operator-new"><b>-fno-assume-sane-operator-new</b>:</div>
<div> Don't assume that the C++'s new operator is sane.</dt></div><div> <dd>This option tells the compiler to do not assume that C++'s global new</div></div><div><br></div><div><br></div>