From 76ffd21ecfced4cec11137e4c3bc1e44ee8b7669 Mon Sep 17 00:00:00 2001 From: chrchr-github <78114321+chrchr-github@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:49:49 +0200 Subject: [PATCH] Update releasenotes.txt [skip ci] (#5313) --- releasenotes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releasenotes.txt b/releasenotes.txt index 11e93c239..b535a56c4 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,8 +1,12 @@ release notes for cppcheck-2.12 New checks: +- uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation Improved checking: +- truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double +- duplInheritedMember also reports duplicated member functions +- constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g. when calling library functions GUI: