[all-commits] [llvm/llvm-project] c7fc0a: [clangd] Add script to maintain list of fast clang...

Sam McCall via All-commits all-commits at lists.llvm.org
Mon Nov 28 05:29:50 PST 2022


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

  Changed paths:
    A clang-tools-extra/clangd/TidyFastChecks.inc
    A clang-tools-extra/clangd/TidyFastChecks.py
    M clang-tools-extra/clangd/tool/Check.cpp

  Log Message:
  -----------
  [clangd] Add script to maintain list of fast clang-tidy checks

The plan is to intersect this list with the checks selected per config.
This is not yet done, but the initial list is checked in as a baseline.

https://github.com/clangd/clangd/issues/1337

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




More information about the All-commits mailing list