-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update to Clang tidy 20 #535
Conversation
This is a preview of the changelog of the next release: 0.3.0 (2024-08-06)⚠ BREAKING CHANGES
Features
Bug Fixes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
PS. As discussed, the plan is to go with this as long as clang-format can be kept at version 17. If that doesn't work anymore, either revert the change to clang-tidy 20, or figure out how to configure clang-format ~exhaustively so that changing clang-format version does not yield formatting changes. Discussion of the latter: https://stackoverflow.com/questions/59395507/how-to-maintain-a-clang-format-file-for-different-clang-format-versions Could potentially also generate the .clang-format file from our explicit options and public metadata (is https://clang.llvm.org/docs/ClangFormatStyleOptions.html generated from such metadata?) about the options accepted by the newest version of clang-format; but hopefully someone has already written such a generator, research this. |
Summary
PR Checklist