Skip to content

Commit

Permalink
[clangd] Update TidyFastChecks for release/19.x (llvm#106354)
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit b47d7ce)
  • Loading branch information
kadircet authored and tru committed Sep 3, 2024
1 parent d9cb501 commit 9b6180e
Showing 1 changed file with 367 additions and 302 deletions.
Loading

0 comments on commit 9b6180e

Please sign in to comment.