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

Reformatting and upgrade to clang-19 #1701

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

jagerman
Copy link
Member

Updates and re-runs the formatting script:

  • Now applies formatting to .inl files, tests, and epee
  • Fixes some compilation bugs in epee caused by reformatting

@jagerman jagerman marked this pull request as draft August 29, 2024 15:07
jagerman added 5 commits March 6, 2025 22:40
Bump clang-format to 19, and fix contrib/format.sh so that it doesn't
just exit silently when it can't find clang-format-NN.  (The set -e was
too early and the comparisons against $? where the errors were supposed
to be printed never actually happened).
Includes some minor fixes to fix compilation that broke with the
formatting.
A typo in the format script meant it wasn't formatting .inl files.
Unfortunately enabling the clang-format rule breaks all uses of
OXEN_DEFER, so I just used clang-format to find and eliminate them
without enabling the rule.
@jagerman jagerman marked this pull request as ready for review March 7, 2025 04:32
@jagerman jagerman changed the title Reformatting Reformatting and upgrade to clang-19 Mar 7, 2025
@jagerman jagerman mentioned this pull request Mar 7, 2025
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