Windows binary package: use clang-format 22.1.1#266
Merged
tahina-pro merged 3 commits intoproject-everest:masterfrom Mar 21, 2026
Merged
Windows binary package: use clang-format 22.1.1#266tahina-pro merged 3 commits intoproject-everest:masterfrom
tahina-pro merged 3 commits intoproject-everest:masterfrom
Conversation
Replace the old clang-format snapshot (clang-format-2663a25f.exe from prereleases.llvm.org) with the clang-format.exe from the official LLVM 22.1.1 Windows x64 binary package. The script now downloads the full archive, extracts clang-format.exe, and cleans up. Also pin the clang LICENSE download to the llvmorg-22.1.1 tag instead of main. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Extract LLVM_VERSION=22.1.1 so that upgrading clang-format only requires changing one line. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
This PR upgrades the clang-format executable bundled into the EverParse package for Windows, to use clang-format 22.1.1 from https://github.com/llvm/llvm-project/releases/tag/llvmorg-22.1.1 .
The LLVM version can now be upgraded easily through changing the
LLVM_VERSIONvariable insrc/package/package.sh