[llvm] r272070 - [docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 16:13:57 PDT 2016


Author: kcc
Date: Tue Jun  7 18:13:54 2016
New Revision: 272070

URL: http://llvm.org/viewvc/llvm-project?rev=272070&view=rev
Log:
[docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs

Modified:
    llvm/trunk/docs/LibFuzzer.rst
    llvm/trunk/docs/index.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=272070&r1=272069&r2=272070&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Tue Jun  7 18:13:54 2016
@@ -663,8 +663,9 @@ At the end of the process it will dump a
 See SanitizerCoverage_ for details.
 
 You may also use other ways to visualize coverage,
-e.g. `llvm-cov <http://llvm.org/docs/CommandGuide/llvm-cov.html>`_, but those will require
-you to rebuild the code with different compiler flags. 
+e.g. using `Clang coverage <http://clang.llvm.org/docs/SourceBasedCodeCoverage.html>`_,
+but those will require
+you to rebuild the code with different compiler flags.
 
 User-supplied mutators
 ----------------------

Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=272070&r1=272069&r2=272070&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Tue Jun  7 18:13:54 2016
@@ -176,6 +176,7 @@ For developers of applications which use
    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
 :doc:`LibFuzzer`
   A library for writing in-process guided fuzzers.
 
+:doc:`ScudoHardenedAllocator`
+  A library that implements a security-hardened `malloc()`.
+
 Subsystem Documentation
 =======================
 




More information about the llvm-commits mailing list