diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-12-04 17:35:47 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-12-04 17:35:47 +0000 |
| commit | 8846017dd4d5e8329614494a08af79db145b45e6 (patch) | |
| tree | cb55e8e7a5fde1ece5d00344f4e5468fb4700fa0 | |
| parent | 778fc728ed66aa68ed14940ff9e13f1d338191f3 (diff) | |
| download | bcm5719-llvm-8846017dd4d5e8329614494a08af79db145b45e6.tar.gz bcm5719-llvm-8846017dd4d5e8329614494a08af79db145b45e6.zip | |
[Docs] Remove false claim: UBSan can also be combined with TSan/MSan.
llvm-svn: 254734
| -rw-r--r-- | clang/docs/UsersManual.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 95b211d5bf8..f7a28407b3f 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -1031,8 +1031,7 @@ are listed below. It is not possible to combine more than one of the ``-fsanitize=address``, ``-fsanitize=thread``, and ``-fsanitize=memory`` checkers in the same - program. The ``-fsanitize=undefined`` checks can only be combined with - ``-fsanitize=address``. + program. **-f[no-]sanitize-recover=check1,check2,...** |

