diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2016-02-22 13:09:36 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2016-02-22 13:09:36 +0000 |
| commit | 0f6f82a3a8871dfcd37dae41e233439f58fa674b (patch) | |
| tree | 24b83cd8bf04d1e427e06e9f2fb0cf98ebcab127 /clang/docs/SanitizerCoverage.rst | |
| parent | 4b3e3c8d482d6bc1b767ff2652de08ddfbf93340 (diff) | |
| download | bcm5719-llvm-0f6f82a3a8871dfcd37dae41e233439f58fa674b.tar.gz bcm5719-llvm-0f6f82a3a8871dfcd37dae41e233439f58fa674b.zip | |
Use an anonymous hyperlink reference to eliminate Sphinx warnings.
llvm-svn: 261523
Diffstat (limited to 'clang/docs/SanitizerCoverage.rst')
| -rw-r--r-- | clang/docs/SanitizerCoverage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst index 8ee2159ea31..024511cf51c 100644 --- a/clang/docs/SanitizerCoverage.rst +++ b/clang/docs/SanitizerCoverage.rst @@ -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,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 <http://lcamtuf.coredump.cx/afl>`_. +and can be used with `AFL <http://lcamtuf.coredump.cx/afl>`__. Tracing data flow ================= |

