Skip to content

Cppcheck v2.13.0 support#2637

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cppcheck-2.13
Feb 16, 2024
Merged

Cppcheck v2.13.0 support#2637
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cppcheck-2.13

Conversation

@guwirth
Copy link
Copy Markdown
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
@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