]> granicus.if.org Git - clang/commitdiff
add documentation for -f[no-]thread-sanitizer and -f[no-]address-sanitizer to docs...
authorKostya Serebryany <kcc@google.com>
Thu, 1 Mar 2012 23:14:19 +0000 (23:14 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 1 Mar 2012 23:14:19 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151858 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 2c5139de79c6face776b3eacea4442e259506c9d..b33ed61217bc4a7eab71f874a3ea3197e132b43f 100644 (file)
@@ -830,6 +830,14 @@ The checks are:
 </ul>
 </dd>
 
+<dt id="opt_faddress-sanitizer"><b>-f[no-]address-sanitizer</b>:
+Turn on <a href="AddressSanitizer.html">AddressSanitizer</a>,
+a memory error detector.
+
+<dt id="opt_fthread-sanitizer"><b>-f[no-]thread-sanitizer</b>:
+Turn on ThreadSanitizer, an <em>experimental</em> data race detector.
+Not ready for widespread use.
+
 <dt id="opt_fno-assume-sane-operator-new"><b>-fno-assume-sane-operator-new</b>:
 Don't assume that the C++'s new operator is sane.</dt>
 <dd>This option tells the compiler to do not assume that C++'s global new