Author: nlopes
Date: Thu Dec 17 04:00:52 2009
New Revision: 91599
URL: http://llvm.org/viewvc/llvm-project?rev=91599&view=rev
Log:
document -fno-assume-sane-operator-new, per Chris request.
please review for English grammar mistakes
Modified:
cfe/trunk/docs/UsersManual.html
Modified: cfe/trunk/docs/UsersManual.html
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=91599&r1=91598&r2=91599&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Thu Dec 17 04:00:52 2009
@@ -590,6 +590,12 @@
</p>
</dd>
+<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 - and any
+possibly overloaded - new operator will always return a pointer that do not
+alias any other pointer when the function returns.</dd>
+
<!-- =======================================================================
-->
<h2 id="c">C Language Features</h2>
<!-- =======================================================================
-->
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits