File tree 1 file changed +19
-11
lines changed
1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,35 @@ For developers of applications which use LLVM as a library.
28
28
:doc: `Extensions `
29
29
LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
30
30
31
- :doc: `CommandLine `
32
- Provides information on using the command line parsing library.
33
-
34
31
:doc: `HowToSetUpLLVMStyleRTTI `
35
32
How to make ``isa<> ``, ``dyn_cast<> ``, etc. available for clients of your
36
33
class hierarchy.
37
34
38
35
:doc: `ExtendingLLVM `
39
36
Look here to see how to add instructions and intrinsics to LLVM.
40
37
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
-
47
38
:doc: `ScudoHardenedAllocator `
48
39
A library that implements a security-hardened `malloc() `.
49
40
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
+
50
51
:doc: `OptBisect `
51
52
A command line option for debugging optimization-induced failures.
52
53
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.
You can’t perform that action at this time.
0 commit comments