r254734 - [Docs] Remove false claim: UBSan can also be combined with TSan/MSan.
Alexey Samsonov via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 4 09:35:48 PST 2015
Author: samsonov
Date: Fri Dec 4 11:35:47 2015
New Revision: 254734
URL: http://llvm.org/viewvc/llvm-project?rev=254734&view=rev
Log:
[Docs] Remove false claim: UBSan can also be combined with TSan/MSan.
Modified:
cfe/trunk/docs/UsersManual.rst
Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=254734&r1=254733&r2=254734&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Fri Dec 4 11:35:47 2015
@@ -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,...**
More information about the cfe-commits
mailing list