summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2017-10-12 01:44:24 +0000
committerJustin Bogner <mail@justinbogner.com>2017-10-12 01:44:24 +0000
commit89b77ce2ca335f4cd6fd5ad6d343c3c4a9d348b3 (patch)
treed50765fe2acb86b761a978c502e1f099885eb355 /docs/index.rst
parent949e6fe13da8dc3c6acd9a52bc3f5920a26b1733 (diff)
docs: Add some information about Fuzzing LLVM itself
This splits some content out of the libFuzzer docs and adds a fair amount of detail about the fuzzers in LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 212143ac79ea..955607a751cd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -183,6 +183,7 @@ For developers of applications which use LLVM as a library.
ProgrammersManual
Extensions
LibFuzzer
+ FuzzingLLVM
ScudoHardenedAllocator
OptBisect
@@ -228,6 +229,9 @@ For developers of applications which use LLVM as a library.
:doc:`LibFuzzer`
A library for writing in-process guided fuzzers.
+:doc:`FuzzingLLVM`
+ Information on writing and using Fuzzers to find bugs in LLVM.
+
:doc:`ScudoHardenedAllocator`
A library that implements a security-hardened `malloc()`.