[all-commits] [llvm/llvm-project] fd733a: [clangd] Extend --check to time clang-tidy checks, ...

Sam McCall via All-commits all-commits at lists.llvm.org
Mon Nov 21 07:25:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd733a65de5c37c8d5ec4fbe45c8f1a347816858
      https://github.com/llvm/llvm-project/commit/fd733a65de5c37c8d5ec4fbe45c8f1a347816858
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M clang-tools-extra/clangd/tool/Check.cpp

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

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

Differential Revision: https://reviews.llvm.org/D136082




More information about the All-commits mailing list