[PATCH] D54945: This commit adds a chapter about clang-tidy integrations
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 7 08:08:55 PST 2019
alexfh added a comment.
In D54945#1340528 <https://reviews.llvm.org/D54945#1340528>, @MarinaKalashina wrote:
> @alexfh Just for me to be sure, should there be the following structure in http://clang.llvm.org/extra/index.html: ...
Roughly like that. More specifically, I'd suggest to modify the See also section of clang-tidy/index.rst as follows:
See also:
.. toctree::
:maxdepth: 1
The list of clang-tidy checks <checks/list>
Clang-tidy IDE/Editor Integrations <integrations>
Getting Involved <contribution>
The order of TOC items in http://clang.llvm.org/extra/index.html will be slightly weird (the three external docs will be placed before the headings of the main document), but that doesn't seem like a huge problem (and may be fixable).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54945/new/
https://reviews.llvm.org/D54945
More information about the cfe-commits
mailing list