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
There is a test to verify that clang-tidy sensor correctly reports clang errors ([clang-diagnostic-error]):
However the is no corresponding rule in clang-tidy repository. That make sense since guwirth said:
precondition is that source code is error free. [...] Syntax analysis is normally not the job of an static code analyzer
So what should we do ? Add an clang-diagnostic-error rule or leave everything as it is ?
clang-diagnostic-error
see also #1742 #1702
The text was updated successfully, but these errors were encountered:
guwirth
Successfully merging a pull request may close this issue.
There is a test to verify that clang-tidy sensor correctly reports clang errors ([clang-diagnostic-error]):
However the is no corresponding rule in clang-tidy repository.
That make sense since guwirth said:
So what should we do ? Add an
clang-diagnostic-error
rule or leave everything as it is ?see also #1742 #1702
The text was updated successfully, but these errors were encountered: