You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ Release Notes for Cppcheck 2.13
3
3
New checks:
4
4
- passedByValueCallback for functions which take a parameter by value but are used as callbacks (subset of passedByValue)
5
5
- 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
6
7
7
8
Improved checking:
8
9
-
@@ -33,4 +34,4 @@ Other:
33
34
- fixed CMake build with UBSAN and GCC
34
35
- 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.
35
36
- 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