diff options
author | DeForest Richards <d4m1887@gmail.com> | 2019-09-20 20:51:33 +0000 |
---|---|---|
committer | DeForest Richards <d4m1887@gmail.com> | 2019-09-20 20:51:33 +0000 |
commit | 01a3080960eec85ca85467a3930e30ac3e93ca0c (patch) | |
tree | 4bfa34f76f3336ef5be027f5078161d0b9f37bc5 /llvm/docs/ProgrammingDocumentation.rst | |
parent | 0ae02fd71a3828209df37239910568ecde68912a (diff) | |
download | bcm5719-llvm-01a3080960eec85ca85467a3930e30ac3e93ca0c.tar.gz bcm5719-llvm-01a3080960eec85ca85467a3930e30ac3e93ca0c.zip |
[Docs] Move topics to new categories
This commit moves several topics to new categories.
llvm-svn: 372428
Diffstat (limited to 'llvm/docs/ProgrammingDocumentation.rst')
-rw-r--r-- | llvm/docs/ProgrammingDocumentation.rst | 9 |
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.
|