Skip to content

Commit ac59699

Browse files
committed
[Docs] Adds sections for Command Line and LibFuzzer articles
Adds sections for Command Line and Libfuzzer articles on Programming Documentation page. llvm-svn: 373158
1 parent 494bfd9 commit ac59699

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

llvm/docs/ProgrammingDocumentation.rst

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,35 @@ For developers of applications which use LLVM as a library.
2828
:doc:`Extensions`
2929
LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
3030

31-
:doc:`CommandLine`
32-
Provides information on using the command line parsing library.
33-
3431
:doc:`HowToSetUpLLVMStyleRTTI`
3532
How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
3633
class hierarchy.
3734

3835
:doc:`ExtendingLLVM`
3936
Look here to see how to add instructions and intrinsics to LLVM.
4037

41-
:doc:`LibFuzzer`
42-
A library for writing in-process guided fuzzers.
43-
44-
:doc:`FuzzingLLVM`
45-
Information on writing and using Fuzzers to find bugs in LLVM.
46-
4738
:doc:`ScudoHardenedAllocator`
4839
A library that implements a security-hardened `malloc()`.
4940

41+
:doc:`GwpAsan`
42+
A sampled heap memory error detection toolkit designed for production use.
43+
44+
============
45+
Command Line
46+
============
47+
48+
:doc:`CommandLine`
49+
Provides information on using the command line parsing library.
50+
5051
:doc:`OptBisect`
5152
A command line option for debugging optimization-induced failures.
5253

53-
:doc:`GwpAsan`
54-
A sampled heap memory error detection toolkit designed for production use.
54+
=========
55+
LibFuzzer
56+
=========
57+
58+
:doc:`LibFuzzer`
59+
A library for writing in-process guided fuzzers.
60+
61+
:doc:`FuzzingLLVM`
62+
Information on writing and using Fuzzers to find bugs in LLVM.

0 commit comments

Comments
 (0)