From: Mitch Phillips Date: Wed, 21 Aug 2019 18:31:03 +0000 (+0000) Subject: [docs] Add GwpAsan to toctree. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=668d37b1ecaa0c198c148f9e5ba6a221aafe0a33;p=llvm [docs] Add GwpAsan to toctree. Reverts rL369556 in the process, as it's no longer needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369560 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GwpAsan.rst b/docs/GwpAsan.rst index 3f1ff932bc6..67193bfe001 100644 --- a/docs/GwpAsan.rst +++ b/docs/GwpAsan.rst @@ -1,5 +1,3 @@ -:orphan: - ======== GWP-ASan ======== diff --git a/docs/index.rst b/docs/index.rst index b2d87b86978..afa9a133044 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -206,6 +206,7 @@ For developers of applications which use LLVM as a library. FuzzingLLVM ScudoHardenedAllocator OptBisect + GwpAsan :doc:`LLVM Language Reference Manual ` Defines the LLVM intermediate representation and the assembly form of the @@ -258,6 +259,9 @@ For developers of applications which use LLVM as a library. :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