[all-commits] [llvm/llvm-project] b47d7c: [clangd] Update TidyFastChecks for release/19.x (#...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Mon Sep 2 06:25:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b47d7ce8121b1cb1923e879d58eaa1d63aeaaae2
      https://github.com/llvm/llvm-project/commit/b47d7ce8121b1cb1923e879d58eaa1d63aeaaae2
  Author: kadir çetinkaya <kadircet at google.com>
  Date:   2024-09-02 (Mon, 02 Sep 2024)

  Changed paths:
    M clang-tools-extra/clangd/TidyFastChecks.inc

  Log Message:
  -----------
  [clangd] Update TidyFastChecks for release/19.x (#106354)

Run for clang-tidy checks available in release/19.x branch.

Some notable findings:
- altera-id-dependent-backward-branch, stays slow with 13%.
- misc-const-correctness become faster, going from 261% to 67%, but
still above
  8% threshold.
- misc-header-include-cycle is a new SLOW check with 10% runtime
implications
- readability-container-size-empty went from 16% to 13%, still SLOW.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list