mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +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++",
|
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
||||||
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
||||||
"patches": [
|
"patches": [
|
||||||
"clang-tidy-ci.patch"
|
"clang-tidy-ci.patch",
|
||||||
|
"clang-tidy-include_cleaner.patch"
|
||||||
],
|
],
|
||||||
"build_clang_tidy_external": true
|
"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++",
|
"cxx": "{MOZ_FETCHES_DIR}/clang/bin/clang++",
|
||||||
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
"as": "{MOZ_FETCHES_DIR}/clang/bin/clang",
|
||||||
"patches": [
|
"patches": [
|
||||||
"clang-tidy-ci.patch"
|
"clang-tidy-ci.patch",
|
||||||
|
"clang-tidy-include_cleaner.patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"stages": "1",
|
"stages": "1",
|
||||||
"build_clang_tidy": true,
|
"build_clang_tidy": true,
|
||||||
"patches": [
|
"patches": [
|
||||||
"clang-tidy-ci.patch"
|
"clang-tidy-ci.patch",
|
||||||
|
"clang-tidy-include_cleaner.patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
"build_clang_tidy": true,
|
"build_clang_tidy": true,
|
||||||
"patches": [
|
"patches": [
|
||||||
"revert-llvmorg-14-init-14141-gd6d3000a2f6d.patch",
|
"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