[PATCH] D136082: [clangd] Extend --check to time clang-tidy checks, so we can block slow ones

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 07:38:23 PDT 2022


sammccall created this revision.
sammccall added a reviewer: kadircet.
Herald added subscribers: arphaman, mgrang.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

misc-const-correctness is so catastrophically slow that we need to block it
from running. But we need a way to detect this without breaking users first.

This is part of a plan to run only fast checks by default.
More details in  https://github.com/clangd/clangd/issues/1337


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136082

Files:
  clang-tools-extra/clangd/tool/Check.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136082.468198.patch
Type: text/x-patch
Size: 6176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221017/6a1b5859/attachment.bin>


More information about the cfe-commits mailing list