From: Aaron Ballman Date: Mon, 22 Feb 2016 13:09:36 +0000 (+0000) Subject: Use an anonymous hyperlink reference to eliminate Sphinx warnings. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a29daa95b1eb81ed7b793d51b292704fa11167dc;p=clang Use an anonymous hyperlink reference to eliminate Sphinx warnings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261523 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SanitizerCoverage.rst b/docs/SanitizerCoverage.rst index 8ee2159ea3..024511cf51 100644 --- a/docs/SanitizerCoverage.rst +++ b/docs/SanitizerCoverage.rst @@ -244,7 +244,7 @@ Coverage counters ================= This experimental feature is inspired by -`AFL `_'s coverage +`AFL `__'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,indirect-calls`` flag 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 `_. +and can be used with `AFL `__. Tracing data flow =================