-
Notifications
You must be signed in to change notification settings - Fork 927
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
Apply clang-tidy autofixes from new rules #17431
Apply clang-tidy autofixes from new rules #17431
Conversation
8955623
to
7111ae2
Compare
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.
looks good
Co-authored-by: Vukasin Milovanovic <[email protected]>
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.
Looks good to me.
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.
Approving CI / CMake changes.
/merge |
Discovered this broke libcudf compilation when libcudf logging is disabled, filed #17510. |
Adds `[[maybe_unused]]` to the `compression_type_name` function to prevent the warning/error. Error/warning introduced in #17431 Closes #17510 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Muhammad Haseeb (https://github.com/mhaseeb123) - MithunR (https://github.com/mythrocks) - Vukasin Milovanovic (https://github.com/vuule) - Jason Lowe (https://github.com/jlowe) URL: #17512
Description
This PR contains all of clang-tidy's autofixes for the rules outlined in #17410. In the process I simplified the process of performing autofixes locally.
Checklist