[llvm] r369560 - [docs] Add GwpAsan to toctree.

Mitch Phillips via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 11:31:03 PDT 2019


Author: hctim
Date: Wed Aug 21 11:31:03 2019
New Revision: 369560

URL: http://llvm.org/viewvc/llvm-project?rev=369560&view=rev
Log:
[docs] Add GwpAsan to toctree.

Reverts rL369556 in the process, as it's no longer needed.

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

Modified: llvm/trunk/docs/GwpAsan.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GwpAsan.rst?rev=369560&r1=369559&r2=369560&view=diff
==============================================================================
--- llvm/trunk/docs/GwpAsan.rst (original)
+++ llvm/trunk/docs/GwpAsan.rst Wed Aug 21 11:31:03 2019
@@ -1,5 +1,3 @@
-:orphan:
-
 ========
 GWP-ASan
 ========

Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=369560&r1=369559&r2=369560&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Wed Aug 21 11:31:03 2019
@@ -206,6 +206,7 @@ For developers of applications which use
    FuzzingLLVM
    ScudoHardenedAllocator
    OptBisect
+   GwpAsan
 
 :doc:`LLVM Language Reference Manual <LangRef>`
   Defines the LLVM intermediate representation and the assembly form of the
@@ -258,6 +259,9 @@ For developers of applications which use
 :doc:`OptBisect`
   A command line option for debugging optimization-induced failures.
 
+:doc:`GwpAsan`
+  A sampled heap memory error detection toolkit designed for production use.
+
 .. _index-subsystem-docs:
 
 Subsystem Documentation




More information about the llvm-commits mailing list