diff options
author | Kostya Serebryany <kcc@google.com> | 2016-06-07 23:13:54 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-06-07 23:13:54 +0000 |
commit | 9a293ca173b9c1946f9e7c63993e6686c25db10b (patch) | |
tree | eb7e671be5d6dddea6260cc480344a8fc4c94120 /llvm/docs/index.rst | |
parent | 4a9d83a55e791158371f6babdb44b553e85dbef2 (diff) | |
download | bcm5719-llvm-9a293ca173b9c1946f9e7c63993e6686c25db10b.tar.gz bcm5719-llvm-9a293ca173b9c1946f9e7c63993e6686c25db10b.zip |
[docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs
llvm-svn: 272070
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 921dc009d24..1780b072a7e 100644 --- a/llvm/docs/index.rst +++ b/llvm/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 ======================= |