PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
[oota-llvm.git] / docs / development_process.rst
index 5053ca891a53df10ff15e5a6d14c91e6b36420aa..4fc20b34129db499509f1b624a3a490ad6fb280e 100644 (file)
@@ -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