diff options
| author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-17 10:00:52 +0000 |
|---|---|---|
| committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-12-17 10:00:52 +0000 |
| commit | ff22e5e8cbced39f609384be02eb3713728abf9c (patch) | |
| tree | 003e6d17c96005b69cd96abe1c2ebe83a89ccfba | |
| parent | 090ac0865a09ff592ec1b36f41f3273d55f98f95 (diff) | |
| download | bcm5719-llvm-ff22e5e8cbced39f609384be02eb3713728abf9c.tar.gz bcm5719-llvm-ff22e5e8cbced39f609384be02eb3713728abf9c.zip | |
document -fno-assume-sane-operator-new, per Chris request.
please review for English grammar mistakes
llvm-svn: 91599
| -rw-r--r-- | clang/docs/UsersManual.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 2601da25514..7d6af988e17 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -590,6 +590,12 @@ The checks are: </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> <!-- ======================================================================= --> |

