From: Mitch Phillips Date: Wed, 21 Aug 2019 18:31:03 +0000 (+0000) Subject: [docs] Add GwpAsan to toctree. X-Git-Tag: llvmorg-11-init~11209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84b762af3b54aeeb0bc064d733388144f0344d7e;p=platform%2Fupstream%2Fllvm.git [docs] Add GwpAsan to toctree. Reverts rL369556 in the process, as it's no longer needed. llvm-svn: 369560 --- diff --git a/llvm/docs/GwpAsan.rst b/llvm/docs/GwpAsan.rst index 3f1ff93..67193bf 100644 --- a/llvm/docs/GwpAsan.rst +++ b/llvm/docs/GwpAsan.rst @@ -1,5 +1,3 @@ -:orphan: - ======== GWP-ASan ======== diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index b2d87b8..afa9a13 100644 --- a/llvm/docs/index.rst +++ b/llvm/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