We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the cmake implementation code, especially this comment, clang-tidy can normally accept all compiler command line arguments after --, so there's redundant work in StaticAnalyzers.cmake.
--
This, however, might require a difficult review of the code.
@aminya is using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog!
The text was updated successfully, but these errors were encountered:
I don't think we can fix it in project_options.
I opened an issue upstream: https://gitlab.kitware.com/cmake/cmake/-/issues/26283
I tried passing this, but it didn't help
CLANG_TIDY_EXTRA_ARGUMENTS "-extra-arg=-Wno-unknown-warning-option;-extra-arg=-Wno-error=unused-command-line-argument;-extra-arg=-Wno-unused-command-line-argument;-extra-arg=-Qunused-arguments"
Closing in favour of the upstream issue.
Sorry, something went wrong.
No branches or pull requests
According to the cmake implementation code, especially this comment, clang-tidy can normally accept all compiler command line arguments after
--
, so there's redundant work in StaticAnalyzers.cmake.This, however, might require a difficult review of the code.
Upvote & Fund
@aminya is using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog!
The text was updated successfully, but these errors were encountered: