summaryrefslogtreecommitdiff
path: root/docs/development_process.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 02:57:56 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 02:57:56 +0000
commit2c8293d348227e0f064c55d39acca62c46bf4fd4 (patch)
treefb101b303a725eda63134e1f45e0cd13f395c237 /docs/development_process.rst
parentca077ec5ea41f4537ae58e141781be622d09c786 (diff)
downloadllvm-2c8293d348227e0f064c55d39acca62c46bf4fd4.tar.gz
llvm-2c8293d348227e0f064c55d39acca62c46bf4fd4.tar.bz2
llvm-2c8293d348227e0f064c55d39acca62c46bf4fd4.tar.xz
Sphinxify the CodingStandard documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/development_process.rst')
-rw-r--r--docs/development_process.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development_process.rst b/docs/development_process.rst
index 9d0d2f9858..5cb7181c64 100644
--- a/docs/development_process.rst
+++ b/docs/development_process.rst
@@ -7,6 +7,7 @@ Development Process Documentation
:hidden:
Projects
+ CodingStandards
\
@@ -17,6 +18,12 @@ 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