[all-commits] [llvm/llvm-project] 9b6180: [clangd] Update TidyFastChecks for release/19.x (#...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Sep 3 00:04:05 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 9b6180ed2ecbbb54f26caa78082e7b955a634117
https://github.com/llvm/llvm-project/commit/9b6180ed2ecbbb54f26caa78082e7b955a634117
Author: kadir çetinkaya <kadircet at google.com>
Date: 2024-09-03 (Tue, 03 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.
(cherry picked from commit b47d7ce8121b1cb1923e879d58eaa1d63aeaaae2)
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