summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorYury Gribov <y.gribov@samsung.com>2015-11-11 10:45:48 +0000
committerYury Gribov <y.gribov@samsung.com>2015-11-11 10:45:48 +0000
commit5bfeca12017d3d8352b7ebc9ea2eeb2f95950395 (patch)
tree2e32d8083d889e2c6e3555770e494058d527334f /clang/docs
parentefb0c3780e9bbba16ab014e62b323a86bcce5a31 (diff)
downloadbcm5719-llvm-5bfeca12017d3d8352b7ebc9ea2eeb2f95950395.tar.gz
bcm5719-llvm-5bfeca12017d3d8352b7ebc9ea2eeb2f95950395.zip
[ASan] Allow -fsanitize-recover=address.
Differential Revision: http://reviews.llvm.org/D14243 llvm-svn: 252721
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/UsersManual.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index fdba358fb72..b50989471da 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -1096,8 +1096,9 @@ are listed below.
By default, non-fatal checks are those enabled by UndefinedBehaviorSanitizer,
except for ``-fsanitize=return`` and ``-fsanitize=unreachable``. Some
- sanitizers (e.g. :doc:`AddressSanitizer`) may not support recovery,
- and always crash the program after the issue is detected.
+ sanitizers may not support recovery (or not support it by default
+ e.g. :doc:`AddressSanitizer`), and always crash the program after the issue
+ is detected.
Note that the ``-fsanitize-trap`` flag has precedence over this flag.
This means that if a check has been configured to trap elsewhere on the
OpenPOWER on IntegriCloud