From: Justin Bogner Date: Thu, 12 Oct 2017 02:04:39 +0000 (+0000) Subject: docs: Try to fix sphinx build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=997df9e38f1c5538155553c9e670fe8a5dccc5e2;p=llvm docs: Try to fix sphinx build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315546 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FuzzingLLVM.rst b/docs/FuzzingLLVM.rst index 279ea668e76..1177aaca231 100644 --- a/docs/FuzzingLLVM.rst +++ b/docs/FuzzingLLVM.rst @@ -20,9 +20,11 @@ clang-fuzzer ------------ A |generic fuzzer| that tries to compile textual input as C++ code. Some of the -bugs this fuzzer has reported are `on bugzilla `__ -and `on OSS Fuzz's tracker -`__. +bugs this fuzzer has reported are `on bugzilla`__ and `on OSS Fuzz's +tracker`__. + +__ https://llvm.org/pr23057 +__ https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj-llvm+clang-fuzzer clang-proto-fuzzer ------------------ @@ -42,26 +44,29 @@ clang-format-fuzzer ------------------- A |generic fuzzer| that runs clang-format_ on C++ text fragments. Some of the -bugs this fuzzer has reported are `on bugzilla `__ -and `on OSS Fuzz's tracker -`. -Some of the bugs this fuzzer has reported are `on bugzilla -`__ +Some of the bugs this fuzzer has reported are `on bugzilla`__. + +__ https://llvm.org/pr24639 llvm-dwarfdump-fuzzer --------------------- A |generic fuzzer| that interprets inputs as object files and runs :doc:`llvm-dwarfdump ` on them. Some of the bugs -this fuzzer has reported are `on OSS Fuzz's tracker -