Skip to content

Support new Cppcheck 2.19 rules#3015

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cppcheck_1.19
Feb 16, 2026
Merged

Support new Cppcheck 2.19 rules#3015
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cppcheck_1.19

Conversation

@guwirth
Copy link
Copy Markdown
Collaborator

@guwirth guwirth commented Feb 16, 2026

  • UnionZeroInit
  • containerOutOfBoundsIndexExpression
  • dangerousTypeCast
  • ignoredReturnErrorCode
  • includeNestedTooDeeply
  • intToPointerCast
  • invalidContainerReference
  • invalidSuppression
  • missingFile
  • redundantContinue
  • staticFunction
  • stlcstrAssignment
  • stlcstrConcat
  • stlcstrConstructor
  • stlcstrStream
  • throwInEntryPoint
  • unhandledChar
  • uselessCallsConstructor

close #2947


This change is Reviewable

* UnionZeroInit
* containerOutOfBoundsIndexExpression
* dangerousTypeCast
* ignoredReturnErrorCode
* includeNestedTooDeeply
* intToPointerCast
* invalidContainerReference
* invalidSuppression
* missingFile
* redundantContinue
* staticFunction
* stlcstrAssignment
* stlcstrConcat
* stlcstrConstructor
* stlcstrStream
* throwInEntryPoint
* unhandledChar
* uselessCallsConstructor
@guwirth guwirth added this to the 2.2.2 milestone Feb 16, 2026
@guwirth guwirth self-assigned this Feb 16, 2026
@guwirth guwirth merged commit 0fe373a into SonarOpenCommunity:master Feb 16, 2026
19 checks passed
@guwirth guwirth deleted the cppcheck_1.19 branch February 17, 2026 10:17
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.

Support cppcheck 2.18

1 participant