summaryrefslogtreecommitdiffstats
path: root/llvm/docs/development_process.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 11:56:24 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 11:56:24 +0000
commit1eec2725877e4250d2ecc9644e24e5337abdc50a (patch)
tree041b31fb8dd72ef651ea9dbd96b0d6f98aa9fae1 /llvm/docs/development_process.rst
parent39174deb12f691292066b36660f39b7a8b0c414f (diff)
downloadbcm5719-llvm-1eec2725877e4250d2ecc9644e24e5337abdc50a.tar.gz
bcm5719-llvm-1eec2725877e4250d2ecc9644e24e5337abdc50a.zip
Move coding standards reference from development_process.rst to programming.rst.
llvm-svn: 158818
Diffstat (limited to 'llvm/docs/development_process.rst')
-rw-r--r--llvm/docs/development_process.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/docs/development_process.rst b/llvm/docs/development_process.rst
index 5053ca891a5..4fc20b34129 100644
--- a/llvm/docs/development_process.rst
+++ b/llvm/docs/development_process.rst
@@ -6,7 +6,6 @@ Development Process Documentation
.. toctree::
:hidden:
- CodingStandards
MakefileGuide
Projects
@@ -17,12 +16,6 @@ Development Process Documentation
tree) allow the project code to be located outside (or inside) the ``llvm/``
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>`_
Describes the LLVMBuild organization and files used by LLVM to specify
OpenPOWER on IntegriCloud