summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeForest Richards <d4m1887@gmail.com>2019-09-29 02:16:38 +0000
committerDeForest Richards <d4m1887@gmail.com>2019-09-29 02:16:38 +0000
commitac5969933ab7e43d26209ae6c15669842bc86104 (patch)
treeba4c8dd072576d89d15bc1489069ce6522a46789
parent494bfd9fed45ffba6fd2499cef8c3b5d023b4ad2 (diff)
downloadbcm5719-llvm-ac5969933ab7e43d26209ae6c15669842bc86104.tar.gz
bcm5719-llvm-ac5969933ab7e43d26209ae6c15669842bc86104.zip
[Docs] Adds sections for Command Line and LibFuzzer articles
Adds sections for Command Line and Libfuzzer articles on Programming Documentation page. llvm-svn: 373158
-rw-r--r--llvm/docs/ProgrammingDocumentation.rst30
1 files changed, 19 insertions, 11 deletions
diff --git a/llvm/docs/ProgrammingDocumentation.rst b/llvm/docs/ProgrammingDocumentation.rst
index fa8f114b22a..c75431c1d70 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
OpenPOWER on IntegriCloud