From ac5969933ab7e43d26209ae6c15669842bc86104 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. llvm-svn: 373158 --- llvm/docs/ProgrammingDocumentation.rst | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/llvm/docs/ProgrammingDocumentation.rst b/llvm/docs/ProgrammingDocumentation.rst index fa8f114..c75431c 100644 --- a/llvm/docs/ProgrammingDocumentation.rst +++ b/llvm/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.7.4