[cfe-commits] r170110 - /cfe/trunk/docs/UsersManual.rst

Richard Smith richard-llvm at metafoo.co.uk
Wed Dec 12 23:29:23 PST 2012


Author: rsmith
Date: Thu Dec 13 01:29:23 2012
New Revision: 170110

URL: http://llvm.org/viewvc/llvm-project?rev=170110&view=rev
Log:
Point a hyperlink back to where it was before it got reStructured.

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=170110&r1=170109&r2=170110&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Thu Dec 13 01:29:23 2012
@@ -809,22 +809,23 @@
    default. If a check fails, a diagnostic message is produced at
    runtime explaining the problem. The main checks are:
 
-   .. _opt_fsanitize_address:
+   -  .. _opt_fsanitize_address:
 
-   -  ``-fsanitize=address``:
+      ``-fsanitize=address``:
       :doc:`AddressSanitizer`, a memory error
       detector.
    -  ``-fsanitize=address-full``: AddressSanitizer with all the
       experimental features listed below.
    -  ``-fsanitize=integer``: Enables checks for undefined or
       suspicious integer behavior.
-   -  ``-fsanitize=thread``: :doc:`ThreadSanitizer`,
+   -  .. _opt_fsanitize_thread:
+
+      ``-fsanitize=thread``: :doc:`ThreadSanitizer`,
       an *experimental* data race detector. Not ready for widespread
       use.
+   -  .. _opt_fsanitize_undefined:
 
-   .. _opt_fsanitize_undefined:
-
-   -  ``-fsanitize=undefined``: Fast and compatible undefined behavior
+      ``-fsanitize=undefined``: Fast and compatible undefined behavior
       checker. Enables the undefined behavior checks that have small
       runtime cost and no impact on address space layout or ABI. This
       includes all of the checks listed below other than
@@ -893,7 +894,7 @@
    <opt_fsanitize_address>`.
 **-f[no-]thread-sanitizer**
    Deprecated synonym for :ref:`-f[no-]sanitize=thread
-   <opt_fsanitize_address>`.
+   <opt_fsanitize_thread>`.
 **-fcatch-undefined-behavior**
    Deprecated synonym for :ref:`-fsanitize=undefined
    <opt_fsanitize_undefined>`.





More information about the cfe-commits mailing list