Skip to content

Commit 735831f

Browse files
Update releasenotes.txt [skip ci] (#5741)
1 parent 1bdb713 commit 735831f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

releasenotes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release Notes for Cppcheck 2.13
33
New checks:
44
- passedByValueCallback for functions which take a parameter by value but are used as callbacks (subset of passedByValue)
55
- returnImplicitInt for C functions without return type (previously reported as a debug message)
6+
- iterateByValue for iterating by value in a range-based for loop when a const reference could be used
67

78
Improved checking:
89
-
@@ -33,4 +34,4 @@ Other:
3334
- fixed CMake build with UBSAN and GCC
3435
- Added command-line options "--fsigned-char" and "--funsigned-char" to control the signess of the "char" type. This overrides previously specified "--platform" options and is overrides by following ones.
3536
- An error is now reported when the "cppcheck.cfg" is invalid. The CLI version will also exit with a failure in that case.
36-
- Fixed loading of addons from "cppcheck.cfg" in the GUI application.
37+
- Fixed loading of addons from "cppcheck.cfg" in the GUI application.

0 commit comments

Comments
 (0)