mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Move coding standards reference from development_process.rst to programming.rst.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af5e2e7798
commit
eef31a5031
@ -6,7 +6,6 @@ Development Process Documentation
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
CodingStandards
|
|
||||||
MakefileGuide
|
MakefileGuide
|
||||||
Projects
|
Projects
|
||||||
|
|
||||||
@ -17,12 +16,6 @@ Development Process Documentation
|
|||||||
tree) allow the project code to be located outside (or inside) the ``llvm/``
|
tree) allow the project code to be located outside (or inside) the ``llvm/``
|
||||||
tree, while using LLVM header files and libraries.
|
tree, while using LLVM header files and libraries.
|
||||||
|
|
||||||
* :ref:`coding_standards`
|
|
||||||
|
|
||||||
Describes a few coding standards that are used in the LLVM source tree. All
|
|
||||||
code submissions must follow the coding standards before being allowed into
|
|
||||||
the source tree.
|
|
||||||
|
|
||||||
* `LLVMBuild Documentation <LLVMBuild.html>`_
|
* `LLVMBuild Documentation <LLVMBuild.html>`_
|
||||||
|
|
||||||
Describes the LLVMBuild organization and files used by LLVM to specify
|
Describes the LLVMBuild organization and files used by LLVM to specify
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
Programming Documentation
|
Programming Documentation
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
CodingStandards
|
||||||
|
|
||||||
* `LLVM Language Reference Manual <LangRef.html>`_
|
* `LLVM Language Reference Manual <LangRef.html>`_
|
||||||
|
|
||||||
Defines the LLVM intermediate representation and the assembly form of the
|
Defines the LLVM intermediate representation and the assembly form of the
|
||||||
@ -17,7 +22,7 @@ Programming Documentation
|
|||||||
|
|
||||||
Provides information on using the command line parsing library.
|
Provides information on using the command line parsing library.
|
||||||
|
|
||||||
* `LLVM Coding standards <CodingStandards.html>`_
|
* :ref:`coding_standards`
|
||||||
|
|
||||||
Details the LLVM coding standards and provides useful information on writing
|
Details the LLVM coding standards and provides useful information on writing
|
||||||
efficient C++ code.
|
efficient C++ code.
|
||||||
|
Loading…
Reference in New Issue
Block a user