commit abdabeebb42b595cbe4595a732ac2068591fe90a
parent 9e9dff2dcecf61cd05321c5229689396c5fae896
Author: Narcis Beleuzu <nbeleuzu@mozilla.com>
Date: Sat, 15 Nov 2025 00:57:23 +0200
Revert "Bug 2000147 - Upgrade clang-tidy to version 20. r=firefox-build-system-reviewers,sergesanspaille" for causing static analysis bustage
This reverts commit 863814c850a906275fb605c01e096e74ed0653e7.
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-20
+ - clang-19
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: "20.1.8"
+package_version: "19.1.7"
clang_checkers:
- name: -*
publish: !!bool no