[PATCH] D87686: [clang-tidy] Improve documentation on Clangd integration

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 16 01:22:30 PDT 2020


sammccall added a comment.

Thanks for doing this! (Agree with Haojian's comments too)



================
Comment at: clang-tools-extra/docs/clang-tidy/Integrations.rst:10
 Apart from being a standalone tool, :program:`clang-tidy` is integrated into
-various IDEs, code analyzers, and editors. Besides, it is currently being
-integrated into Clangd_. The following table shows the most
-well-known :program:`clang-tidy` integrations in detail.
+various IDEs, code analyzers, and editors. We recommend using Clangd_ which
+integrates :program:`clang-tidy` and `is available`_ in most major editors
----------------
nit: lowercase C for clangd


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87686/new/

https://reviews.llvm.org/D87686



More information about the cfe-commits mailing list