diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-20 02:57:56 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-20 02:57:56 +0000 |
commit | 1c5e94a47c1c68b35b9d32bc2558eefbe5a85b5f (patch) | |
tree | 6f28e91312d1227fa5ca3cbcf7b223b158633292 /llvm/docs/development_process.rst | |
parent | aa38f695ad1849bd319e9a197afb3c00a101ab63 (diff) | |
download | bcm5719-llvm-1c5e94a47c1c68b35b9d32bc2558eefbe5a85b5f.tar.gz bcm5719-llvm-1c5e94a47c1c68b35b9d32bc2558eefbe5a85b5f.zip |
Sphinxify the CodingStandard documentation.
llvm-svn: 158786
Diffstat (limited to 'llvm/docs/development_process.rst')
-rw-r--r-- | llvm/docs/development_process.rst | 7 |
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 |