Checks are described at beginning and directory names follow name prefixes, so another list is redundant.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
docs/clang-tidy/index.rst | ||
---|---|---|
344 ↗ | (On Diff #68295) | 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>. |
Rephrase text and add link to Clang-tidy directory. Will be good idea is native English speaker will look on this change.
docs/clang-tidy/index.rst | ||
---|---|---|
343 ↗ | (On Diff #68390) | are located in subdirectories of .... and contain checks targeting a certain aspect of code quality (performance, readability, etc.), certain coding style or standard (Google, LLVM, CERT, etc.) or a widely used API (e.g. MPI). |
344 ↗ | (On Diff #68390) | Could you linkify above? |
345 ↗ | (On Diff #68390) | The "If the check verifies..." sentence is now somewhat tautological, just remove it. |