CI: Bump clang-format and clang-tidy versions#110968
Merged
Repiteo merged 1 commit intogodotengine:masterfrom Dec 15, 2025
Merged
CI: Bump clang-format and clang-tidy versions#110968Repiteo merged 1 commit intogodotengine:masterfrom
clang-format and clang-tidy versions#110968Repiteo merged 1 commit intogodotengine:masterfrom
Conversation
95bc429 to
28a2748
Compare
2cf738c to
47341ae
Compare
• clang-format: 20.1.0 → 21.1.7 • clang-tidy: 20.1.0 → 21.1.6 • `.clang-format`: 17.0.6 → 18.1.8 (keep 3 versions behind latest for compatibility)
47341ae to
ef0dd99
Compare
akien-mga
approved these changes
Dec 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
clang-formathook: 20.1.0 → 21.1.7clang-tidyhook: 20.1.0 → 21.1.6.clang-formatfile: 17.0.6 → 18.1.8 (kept 3 versions behind latest for compatibility)The three script files changed were removing the trailing comma from bin-packed arrays, as that's meant to enforce a one-per-line syntax but earlier versions didn't properly handle comments on the same line. The alternatives were either leaving the trailing commas but causing the packed arguments to be multiline, or wrapping these cases in
/* clang-format off/on */; both resulted in more version control noise