From: Dmitry Vyukov Date: Fri, 21 Dec 2012 08:21:25 +0000 (+0000) Subject: Remove the working that ThreadSanitizer is *experimental*. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5e76b783159694b27cb9933afba387a63cbd41;p=clang Remove the working that ThreadSanitizer is *experimental*. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170868 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index ac66bd3f0f..f92eb9c5bc 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -854,9 +854,7 @@ are listed below. suspicious integer behavior. - .. _opt_fsanitize_thread: - ``-fsanitize=thread``: :doc:`ThreadSanitizer`, - an *experimental* data race detector. Not ready for widespread - use. + ``-fsanitize=thread``: :doc:`ThreadSanitizer`, a data race detector. - .. _opt_fsanitize_undefined: ``-fsanitize=undefined``: Fast and compatible undefined behavior