Update releasenotes.txt [skip ci] (#5313)

This commit is contained in:
chrchr-github 2023-08-11 16:49:49 +02:00 committed by GitHub
parent 560982de94
commit 76ffd21ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: