Release Notes for Cppcheck 2.13 New checks: - passedByValueCallback for functions which take a parameter by value but are used as callbacks (subset of passedByValue) - returnImplicitInt for C functions without return type (previously reported as a debug message) - iterateByValue for iterating by value in a range-based for loop when a const reference could be used Changed interface: - Final report of active checkers is reported as a normal information message instead. Deprecations: - "--showtime=top5" has been deprecated and will be removed in Cppcheck 2.14. Please use --showtime=top5_file or --showtime=top5_summary instead. - Building with Qt5 has been deprecated (it went EOL in May 2023) and will be removed in a future version - please use Qt6 instead. Other: - Windows builds now default to the `native` platform instead of `win32A` or `win64`. Please specify it explicitly if you depend on it. - The undocumented and deprecated command-line options `--template