aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/UsersManual.rst')
-rw-r--r--docs/UsersManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst
index 281cc20653..6cc836130f 100644
--- a/docs/UsersManual.rst
+++ b/docs/UsersManual.rst
@@ -842,6 +842,8 @@ are listed below.
``-fsanitize=address``:
:doc:`AddressSanitizer`, a memory error
detector.
+ - ``-fsanitize=init-order``: Make AddressSanitizer check for
+ dynamic initialization order problems. Implied by ``-fsanitize=address``.
- ``-fsanitize=address-full``: AddressSanitizer with all the
experimental features listed below.
- ``-fsanitize=integer``: Enables checks for undefined or
@@ -917,8 +919,6 @@ are listed below.
Experimental features of AddressSanitizer (not ready for widespread
use, require explicit ``-fsanitize=address``):
- - ``-fsanitize=init-order``: Check for dynamic initialization order
- problems.
- ``-fsanitize=use-after-return``: Check for use-after-return
errors (accessing local variable after the function exit).
- ``-fsanitize=use-after-scope``: Check for use-after-scope errors