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

Improve readability of the Clang-Tidy configuration file #1219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dalg24
Copy link
Contributor

@dalg24 dalg24 commented Feb 28, 2025

I did not add not remove any check, just reformatted the list to increase readability

@aprokop
Copy link
Contributor

aprokop commented Feb 28, 2025

Something has changed. Now there are errors like

<snip>/ArborX_PR-1219/examples/raytracing/example_raytracing.cpp:140:17: error:
2 uninitialized fields at the end of the constructor call [clang-analyzer-optin.cplusplus.UninitializedObject,-warnings-as-errors]

@dalg24
Copy link
Contributor Author

dalg24 commented Feb 28, 2025

I moved -*, first
I wonder if our having it where it was before effectively disabled clang-diagnostic-* and clang-analyzer-* 😨

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.

2 participants