Bug 1836676 - Backport misc-include-cleaner from clang-trunk to clang-16. r=sergesanspaille

Differential Revision: https://phabricator.services.mozilla.com/D179889
This commit is contained in:
Andi-Bogdan Postelnicu 2023-06-06 09:46:48 +00:00
parent f6c40d202b
commit 6e0ce380ca
6 changed files with 1280 additions and 2239 deletions

View File

@ -5,7 +5,8 @@
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
"patches": [
"clang-tidy-ci.patch"
"clang-tidy-ci.patch",
"clang-tidy-include_cleaner.patch"
],
"build_clang_tidy_external": true
}

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,7 @@
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
"patches": [
"clang-tidy-ci.patch"
"clang-tidy-ci.patch",
"clang-tidy-include_cleaner.patch"
]
}

View File

@ -2,6 +2,7 @@
"stages": "1",
"build_clang_tidy": true,
"patches": [
"clang-tidy-ci.patch"
"clang-tidy-ci.patch",
"clang-tidy-include_cleaner.patch"
]
}

View File

@ -3,6 +3,7 @@
"build_clang_tidy": true,
"patches": [
"revert-llvmorg-14-init-14141-gd6d3000a2f6d.patch",
"clang-tidy-ci.patch"
"clang-tidy-ci.patch",
"clang-tidy-include_cleaner.patch"
]
}

File diff suppressed because it is too large Load Diff