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
Cppcheck 2.14.0 has been released yesterday.
https://github.com/danmar/cppcheck/releases/tag/2.14.0
There are 2 new checks:
The text was updated successfully, but these errors were encountered:
@Nekto89, download of installer is not working https://cppcheck.sourceforge.io/#download
Sorry, something went wrong.
@guwirth link from release tag works https://github.com/danmar/cppcheck/releases/download/2.14.0/cppcheck-2.14.0-x64-Setup.msi
Cppcheck 2.14.0 support
50b8f0e
- https://sourceforge.net/p/cppcheck/news/2024/04/cppcheck-2140/ - new rules: - eraseIteratorOutOfBounds - eraseIteratorOutOfBoundsCond - returnByReference - uselessOverride - close SonarOpenCommunity#2668
Hi @Nekto89, you can use https://github.com/SonarOpenCommunity/sonar-cxx/releases/tag/latest-snapshot with Cppcheck 2.14 rules (#2677)...
guwirth
Successfully merging a pull request may close this issue.
Cppcheck 2.14.0 has been released yesterday.
https://github.com/danmar/cppcheck/releases/tag/2.14.0
There are 2 new checks:
The text was updated successfully, but these errors were encountered: