-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add clang-tools to required tools for ci_static_analysis_clang #3724
Conversation
You can cancel my workflows since they're going to fail anyway. |
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.
I expected more cases where NOLINT
might be needed.
I don't understand why variables that curiously always seem to appear in CHECK(var == ...)
and can clearly be const
are not being complained about.
json const j(json::value_t::null); | ||
json::const_iterator const it(&j); |
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.
This seems fine but is another one of those corner cases we should pay attention to in this PR.
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.
Fix build, see #3723 (comment)