diff options
Diffstat (limited to 'llvm/docs/ProgrammingDocumentation.rst')
-rw-r--r-- | llvm/docs/ProgrammingDocumentation.rst | 30 |
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 |