mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
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:
parent
f6c40d202b
commit
6e0ce380ca
@ -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
|
||||
}
|
||||
|
1272
build/build-clang/clang-tidy-include_cleaner.patch
Normal file
1272
build/build-clang/clang-tidy-include_cleaner.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
]
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"stages": "1",
|
||||
"build_clang_tidy": true,
|
||||
"patches": [
|
||||
"clang-tidy-ci.patch"
|
||||
"clang-tidy-ci.patch",
|
||||
"clang-tidy-include_cleaner.patch"
|
||||
]
|
||||
}
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user