Skip to content

Commit

Permalink
Fixup #4626 (Write about new checker in releasenotes) [skip ci] (#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar authored Feb 7, 2025
1 parent 9cb299b commit b4ff60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release Notes for Cppcheck 2.17
New checks:
- staticFunction: detect functions that should have internal linkage since they
are not used outside of their translation unit.
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).

Improved checking:
-
Expand Down

0 comments on commit b4ff60a

Please sign in to comment.