From 46e0b0cb1add762118b5f7fe3287b387a300abc3 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sat, 11 Jan 2025 07:36:47 +0100 Subject: [PATCH] Mention staticFunction in releasenotes.txt Introduced in PR #7127. --- releasenotes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index 19a19bf5577..18bd7a396e5 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,7 +1,8 @@ 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. Improved checking: -