[PATCH] D105679: [clangd] Add CMake option to (not) link in clang-tidy checks

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 12 22:46:46 PDT 2021


nridge added a comment.

Will building with this option just prevent linking the clang-tidy checks into clangd, or will it also prevent building them in the first place?

In my experience, it's the building that's the primary compile time expense, so if the intention is to address https://github.com/clangd/clangd/issues/233, we would want to avoid building them as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105679



More information about the cfe-commits mailing list