From 2cd85b4139a82fd8700096f4bc762d9256e23371 Mon Sep 17 00:00:00 2001 From: DeForest Richards Date: Sun, 29 Sep 2019 02:16:38 +0000 Subject: [PATCH] [Docs] Adds sections for Command Line and LibFuzzer articles Adds sections for Command Line and Libfuzzer articles on Programming Documentation page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373158 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammingDocumentation.rst | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/docs/ProgrammingDocumentation.rst b/docs/ProgrammingDocumentation.rst index fa8f114b22a..c75431c1d70 100644 --- a/docs/ProgrammingDocumentation.rst +++ b/docs/ProgrammingDocumentation.rst @@ -28,9 +28,6 @@ For developers of applications which use LLVM as a library. :doc:`Extensions` LLVM-specific extensions to tools and formats LLVM seeks compatibility with. -:doc:`CommandLine` - Provides information on using the command line parsing library. - :doc:`HowToSetUpLLVMStyleRTTI` How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your class hierarchy. @@ -38,17 +35,28 @@ For developers of applications which use LLVM as a library. :doc:`ExtendingLLVM` Look here to see how to add instructions and intrinsics to LLVM. -:doc:`LibFuzzer` - A library for writing in-process guided fuzzers. - -:doc:`FuzzingLLVM` - Information on writing and using Fuzzers to find bugs in LLVM. - :doc:`ScudoHardenedAllocator` A library that implements a security-hardened `malloc()`. +:doc:`GwpAsan` + A sampled heap memory error detection toolkit designed for production use. + +============ +Command Line +============ + +:doc:`CommandLine` + Provides information on using the command line parsing 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. \ No newline at end of file +========= +LibFuzzer +========= + +:doc:`LibFuzzer` + A library for writing in-process guided fuzzers. + +:doc:`FuzzingLLVM` + Information on writing and using Fuzzers to find bugs in LLVM. \ No newline at end of file -- 2.40.0