-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Added more bugprone-* clang-tidy checks #6368
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
base: master
Are you sure you want to change the base?
Added more bugprone-* clang-tidy checks #6368
Conversation
No, I think all the code related to "nurbs" has simply never been checked in the clang-tidy GitHub action. That code is not built by default. You could try to add |
Ah, OK. I normally omit the |
|
Please move all the changes in |
Added 4 additional bugprone clang-tidy checks and applied fixes
bugprone-assert-side-effectbugprone-dangling-handlebugprone-forward-declaration-namespacebugprone-inaccurate-eraseSummary
These checks improve code safety and correctness by:
Note that this pass seems to mostly have caught back-sliding code.