gecko-dev/build/build-clang/clang-tidy-win64.json
Mike Hommey ba27a18628 Bug 1823591 - Update builders to clang 16. r=firefox-build-system-reviewers,andi,ahochheiden
This requires a couple backports from clang trunk:
- one for https://github.com/llvm/llvm-project/issues/60109
- one to replace revert-llvmorg-15-init-17171-g8bb4451a651a.patch, which
  addresses the regression rather than reverting it.

clang_include_cleaner.patch is also disabled in clang-tidy, as the patch
doesn't apply anymore, and the check it adds is not enabled by default.

Differential Revision: https://phabricator.services.mozilla.com/D173106
2023-04-11 07:17:09 +00:00

9 lines
166 B
JSON

{
"stages": "1",
"build_clang_tidy": true,
"patches": [
"revert-llvmorg-14-init-14141-gd6d3000a2f6d.patch",
"clang-tidy-ci.patch"
]
}