[Docs] Adds sections for Command Line and LibFuzzer articles
authorDeForest Richards <d4m1887@gmail.com>
Sun, 29 Sep 2019 02:16:38 +0000 (02:16 +0000)
committerDeForest Richards <d4m1887@gmail.com>
Sun, 29 Sep 2019 02:16:38 +0000 (02:16 +0000)
Adds sections for Command Line and Libfuzzer articles on Programming Documentation page.

llvm-svn: 373158

llvm/docs/ProgrammingDocumentation.rst

index fa8f114..c75431c 100644 (file)
@@ -28,9 +28,6 @@ For developers of applications which use LLVM as a library.
 :doc:`Extensions`\r
   LLVM-specific extensions to tools and formats LLVM seeks compatibility with.\r
 \r
-:doc:`CommandLine`\r
-  Provides information on using the command line parsing library.\r
-\r
 :doc:`HowToSetUpLLVMStyleRTTI`\r
   How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your\r
   class hierarchy.\r
@@ -38,17 +35,28 @@ For developers of applications which use LLVM as a library.
 :doc:`ExtendingLLVM`\r
   Look here to see how to add instructions and intrinsics to LLVM.\r
 \r
-:doc:`LibFuzzer`\r
-  A library for writing in-process guided fuzzers.\r
-\r
-:doc:`FuzzingLLVM`\r
-  Information on writing and using Fuzzers to find bugs in LLVM.\r
-\r
 :doc:`ScudoHardenedAllocator`\r
   A library that implements a security-hardened `malloc()`.\r
 \r
+:doc:`GwpAsan`\r
+  A sampled heap memory error detection toolkit designed for production use.\r
+\r
+============\r
+Command Line\r
+============\r
+\r
+:doc:`CommandLine`\r
+  Provides information on using the command line parsing library.\r
+\r
 :doc:`OptBisect`\r
   A command line option for debugging optimization-induced failures.\r
 \r
-:doc:`GwpAsan`\r
-  A sampled heap memory error detection toolkit designed for production use.
\ No newline at end of file
+=========\r
+LibFuzzer\r
+=========\r
+\r
+:doc:`LibFuzzer`\r
+  A library for writing in-process guided fuzzers.\r
+\r
+:doc:`FuzzingLLVM`\r
+  Information on writing and using Fuzzers to find bugs in LLVM.
\ No newline at end of file