Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI - clang-format-18 #9225

Merged
merged 4 commits into from
Jan 24, 2025
Merged

CI - clang-format-18 #9225

merged 4 commits into from
Jan 24, 2025

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Jan 24, 2025

Bump to the version used in current ubuntu-latest / ubuntu-24.04
actions/runner-images#10636

mcspr added 4 commits January 24, 2025 06:45
+ '[' = true ']'
./tests/restyle.sh: line 16: [: =: unary operator expected

vs.

+ '[' '' = true ']'
new opt to skip overly eager macro formatting
https://clang.llvm.org/docs/ClangFormatStyleOptions.html#skipmacrodefinitionbody

minor changes between 15 and 18 for ide examples

reference arduino-ide format is still stuck with 15, though
https://github.com/arduino/clang-static-binaries/releases
@mcspr mcspr merged commit be3035c into esp8266:master Jan 24, 2025
28 checks passed
@mcspr mcspr deleted the format/clang18 branch January 24, 2025 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant