1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Sphinxify the CodingStandard documentation.

llvm-svn: 158786
This commit is contained in:
Bill Wendling 2012-06-20 02:57:56 +00:00
parent d4f7f6f97a
commit 88128b9637
3 changed files with 1155 additions and 1568 deletions

File diff suppressed because it is too large Load Diff

1148
docs/CodingStandards.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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