From: Alexey Samsonov Date: Fri, 4 Dec 2015 17:35:47 +0000 (+0000) Subject: [Docs] Remove false claim: UBSan can also be combined with TSan/MSan. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=132b9a7946c9e0b1ff20374751f1b865a3f7a91f;p=clang [Docs] Remove false claim: UBSan can also be combined with TSan/MSan. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 95b211d5bf..f7a28407b3 100644 --- a/docs/UsersManual.rst +++ b/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,...**