diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-05-04 20:21:47 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-05-04 20:21:47 +0000 |
| commit | ceb1add630ba5e7399ab5de9244abdcd19c0c8e5 (patch) | |
| tree | 8f353d4def504ce4d1827689fa538503a8db6b0a /clang/docs | |
| parent | bcb95cd0ed833d10544cf1395d479092e2932e5d (diff) | |
| download | bcm5719-llvm-ceb1add630ba5e7399ab5de9244abdcd19c0c8e5.tar.gz bcm5719-llvm-ceb1add630ba5e7399ab5de9244abdcd19c0c8e5.zip | |
document -f[no-]sanitize-recover=all and mention it in warning messages
llvm-svn: 268540
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/UsersManual.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 7a9bdb96c5b..018466db3ec 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -985,6 +985,7 @@ are listed below. program. **-f[no-]sanitize-recover=check1,check2,...** +**-f[no-]sanitize-recover=all** Controls which checks enabled by ``-fsanitize=`` flag are non-fatal. If the check is fatal, program will halt after the first error |

