Skip to content
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

Cppcheck v2.13.0 support #2637

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Feb 16, 2024

  • new rules in Cppcheck 2.13.0: 7
    • constParameterPointer
    • constParameterReference
    • constVariablePointer
    • constVariableReference
    • knownPointerToBool
    • pointerOutOfBoundsCond
    • useStandardLibrary
  • update unit test
  • update rule creation
    • use Cppcheck v2.13.0
    • use CWEC v4.13
    • add new .CFG files: cppcheck-lib.cfg emscripten.cfg ginac.cfg icu.cfg ntl.cfg pcre.cfg wxsqlite3.cfg wxsvg.cfg
  • close Cppcheck 2.13.0 support #2591

This change is Reviewable

- new rules in Cppcheck 2.13.0
  - constParameterPointer
  - constParameterReference
  - constVariablePointer
  - constVariableReference
  - knownPointerToBool
  - pointerOutOfBoundsCond
  - useStandardLibrary
- update unit test
- update rule creation
  - use Cppcheck v2.13.0
  - use CWEC v4.13
  - add new .CFG files: cppcheck-lib.cfg emscripten.cfg ginac.cfg icu.cfg ntl.cfg pcre.cfg wxsqlite3.cfg wxsvg.cfg
@guwirth guwirth added this to the 2.1.2 milestone Feb 16, 2024
@guwirth guwirth self-assigned this Feb 16, 2024
@guwirth guwirth merged commit 7e01193 into SonarOpenCommunity:master Feb 16, 2024
15 checks passed
@guwirth guwirth deleted the cppcheck-2.13 branch August 15, 2024 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Cppcheck 2.13.0 support
1 participant