We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db72cf commit 257fd5dCopy full SHA for 257fd5d
1 file changed
releasenotes.txt
@@ -2,7 +2,7 @@ Release Notes for Cppcheck 2.17
2
3
New checks:
4
- staticFunction: detect functions that should have internal linkage since they
5
- are not used outside of their translation unit.
+ are not used outside of their translation unit (C code only).
6
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).
7
8
Improved checking:
0 commit comments