r261523 - Use an anonymous hyperlink reference to eliminate Sphinx warnings.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 05:09:36 PST 2016


Author: aaronballman
Date: Mon Feb 22 07:09:36 2016
New Revision: 261523

URL: http://llvm.org/viewvc/llvm-project?rev=261523&view=rev
Log:
Use an anonymous hyperlink reference to eliminate Sphinx warnings.

Modified:
    cfe/trunk/docs/SanitizerCoverage.rst

Modified: cfe/trunk/docs/SanitizerCoverage.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/SanitizerCoverage.rst?rev=261523&r1=261522&r2=261523&view=diff
==============================================================================
--- cfe/trunk/docs/SanitizerCoverage.rst (original)
+++ cfe/trunk/docs/SanitizerCoverage.rst Mon Feb 22 07:09:36 2016
@@ -244,7 +244,7 @@ Coverage counters
 =================
 
 This experimental feature is inspired by
-`AFL <http://lcamtuf.coredump.cx/afl/technical_details.txt>`_'s coverage
+`AFL <http://lcamtuf.coredump.cx/afl/technical_details.txt>`__'s coverage
 instrumentation. With additional compile-time and run-time flags you can get
 more sensitive coverage information.  In addition to boolean values assigned to
 every basic block (edge) the instrumentation will collect imprecise counters.
@@ -301,7 +301,7 @@ With an additional ``...=trace-pc,indire
 These callbacks are not implemented in the Sanitizer run-time and should be defined
 by the user. So, these flags do not require the other sanitizer to be used.
 This mechanism is used for fuzzing the Linux kernel (https://github.com/google/syzkaller)
-and can be used with `AFL <http://lcamtuf.coredump.cx/afl>`_.
+and can be used with `AFL <http://lcamtuf.coredump.cx/afl>`__.
 
 Tracing data flow
 =================




More information about the cfe-commits mailing list