Skip to content

Commit 257fd5d

Browse files
Amend description of staticFunction in releasenotes.txt [skip ci] (#7292)
1 parent 3db72cf commit 257fd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasenotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Release Notes for Cppcheck 2.17
22

33
New checks:
44
- staticFunction: detect functions that should have internal linkage since they
5-
are not used outside of their translation unit.
5+
are not used outside of their translation unit (C code only).
66
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).
77

88
Improved checking:

0 commit comments

Comments
 (0)