]> granicus.if.org Git - clang/commitdiff
[Docs] Remove false claim: UBSan can also be combined with TSan/MSan.
authorAlexey Samsonov <vonosmas@gmail.com>
Fri, 4 Dec 2015 17:35:47 +0000 (17:35 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Fri, 4 Dec 2015 17:35:47 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254734 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 95b211d5bf85be4d9c2d670debcfd3126c3d1a4e..f7a28407b3f13219af67590bc25bfb30a0a67797 100644 (file)
@@ -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,...**