[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 Nov 21 07:25:03 PST 2022


sammccall marked 2 inline comments as done.
sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/tool/Check.cpp:66
+    llvm::cl::desc("Print the overhead of checks matching this glob"),
+    llvm::cl::init(""));
+
----------------
kadircet wrote:
> i guess we also need a `llvm::cl::cat(Check)` here?
Removed the category instead, it's useless afaict


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136082



More information about the cfe-commits mailing list