summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammingDocumentation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ProgrammingDocumentation.rst')
-rw-r--r--llvm/docs/ProgrammingDocumentation.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/ProgrammingDocumentation.rst b/llvm/docs/ProgrammingDocumentation.rst
index 85bf39241df..fa8f114b22a 100644
--- a/llvm/docs/ProgrammingDocumentation.rst
+++ b/llvm/docs/ProgrammingDocumentation.rst
@@ -7,9 +7,7 @@ For developers of applications which use LLVM as a library.
:hidden:
Atomics
- CodingStandards
CommandLine
- CompilerWriterInfo
ExtendingLLVM
HowToSetUpLLVMStyleRTTI
ProgrammersManual
@@ -33,10 +31,6 @@ For developers of applications which use LLVM as a library.
:doc:`CommandLine`
Provides information on using the command line parsing library.
-:doc:`CodingStandards`
- Details the LLVM coding standards and provides useful information on writing
- efficient C++ code.
-
:doc:`HowToSetUpLLVMStyleRTTI`
How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
class hierarchy.
@@ -44,9 +38,6 @@ 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:`CompilerWriterInfo`
- A list of helpful links for compiler writers.
-
:doc:`LibFuzzer`
A library for writing in-process guided fuzzers.
OpenPOWER on IntegriCloud