Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Aug 19, 2023
1 parent 12b340f commit 692fc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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
- knownPointerToBool finds pointer to bool conversions that are always true or false

Improved checking:
- truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double
Expand Down

0 comments on commit 692fc75

Please sign in to comment.