[PATCH] D23596: [Documentation] Remove duplicated checks groups descriptions form clang-tidy/index.rst

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 17 02:59:58 PDT 2016


alexfh requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: docs/clang-tidy/index.rst:344
@@ -343,4 +343,3 @@
 verifies conformance of the code to a certain coding style, it probably deserves
-a separate module and a directory in ``clang-tidy/``. There are already modules
-implementing checks related to:
+a separate module and a directory in ``clang-tidy/``.
 
----------------
These links point to the code, so they are still somewhat useful. We could leave a link to the clang-tidy directory (http://reviews.llvm.org/diffusion/L/browse/clang-tools-extra/trunk/clang-tidy/) and explain that most subdirectories there correspond to check modules and the descriptions of modules can be found <link to the relevant section of this documentation>.


Repository:
  rL LLVM

https://reviews.llvm.org/D23596





More information about the cfe-commits mailing list