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 | aa526240196353d62d324cc06d2f267f15645b3f (patch) | |
tree | 530dab31b6858f6699eb8551c91d8bc45a0a2b12 /docs/UsersManual.html | |
parent | 3d31560343856c573376a04558a7111e7afad4f7 (diff) |
document -fno-assume-sane-operator-new, per Chris request.
please review for English grammar mistakes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 2601da2551..7d6af988e1 100644 --- a/docs/UsersManual.html +++ b/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> <!-- ======================================================================= --> |