summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-06-07 23:13:54 +0000
committerKostya Serebryany <kcc@google.com>2016-06-07 23:13:54 +0000
commit994c559755895fc3101f575bab4ff00f0749a908 (patch)
tree9102f394f56351747cfb7bd590df46b57b20c360 /docs/index.rst
parent192404027d77263faa8bbaf3261100b0f1338b87 (diff)
[docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272070 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 921dc009d24..1780b072a7e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -176,6 +176,7 @@ For developers of applications which use LLVM as a library.
ProgrammersManual
Extensions
LibFuzzer
+ ScudoHardenedAllocator
:doc:`LLVM Language Reference Manual <LangRef>`
Defines the LLVM intermediate representation and the assembly form of the
@@ -220,6 +221,9 @@ For developers of applications which use LLVM as a library.
:doc:`LibFuzzer`
A library for writing in-process guided fuzzers.
+:doc:`ScudoHardenedAllocator`
+ A library that implements a security-hardened `malloc()`.
+
Subsystem Documentation
=======================