summaryrefslogtreecommitdiffstats
path: root/llvm/docs/development_process.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/development_process.rst')
-rw-r--r--llvm/docs/development_process.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/development_process.rst b/llvm/docs/development_process.rst
index 9d0d2f9858c..5cb7181c644 100644
--- a/llvm/docs/development_process.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud