commit 863814c850a906275fb605c01e096e74ed0653e7
parent e35e354afce1c4dddacc3616b234ba69f85f0224
Author: Mike Hommey <mh+mozilla@glandium.org>
Date: Fri, 14 Nov 2025 14:57:40 +0000
Bug 2000147 - Upgrade clang-tidy to version 20. r=firefox-build-system-reviewers,sergesanspaille
This was forgotten in bug 1923255.
Differential Revision: https://phabricator.services.mozilla.com/D272578
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/taskcluster/kinds/toolchain/clang-tidy.yml b/taskcluster/kinds/toolchain/clang-tidy.yml
@@ -23,7 +23,7 @@ task-defaults:
- 'build/build-clang/build-clang.py'
fetches:
fetch:
- - clang-19
+ - clang-20
linux64-clang-tidy:
index:
diff --git a/tools/clang-tidy/config.yaml b/tools/clang-tidy/config.yaml
@@ -19,7 +19,7 @@ platforms:
# Minimum clang-tidy version that is required for all the following checkers
# to work properly.
# This is also used by 'mach clang-format'
-package_version: "19.1.7"
+package_version: "20.1.8"
clang_checkers:
- name: -*
publish: !!bool no