Skip to content

Commit fc1e941

Browse files
author
William Jakobsson
committed
Clear releasenotes for next release
1 parent e1053db commit fc1e941

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

releasenotes.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11

2-
Release Notes for Cppcheck 2.21
2+
Release Notes for Cppcheck 2.22
33

44
Major bug fixes & crashes:
55
-
66

77
New checks:
8-
- MISRA C 2012 rule 10.3 now warns on assigning integer literals 0 and 1 to bool in C99 and later while preserving the existing C89 behavior.
9-
- funcArgNamesDifferentUnnamed warns on function declarations/definitions where a parameter in either location is unnamed
10-
- uninitMemberVarNoCtor warns on user-defined types where (1) some but not all members requiring initialization have in-class initializers or (2) there is a mixture of members which do/do not require initialization.
11-
- fcloseInLoopCondition warns when fclose() is used as a while loop condition, which may skip the loop body or double-close the file handle.
8+
-
129

1310
C/C++ support:
1411
-
@@ -23,9 +20,4 @@ Infrastructure & dependencies:
2320
-
2421

2522
Other:
26-
- Make it possible to specify the regular expression engine using the `engine` element in a rule XML.
27-
- Added CLI option `--exitcode-suppress` to specify an error ID which should not result in a non-zero exitcode.
28-
- Moved source code from https://github.com/danmar/cppcheck to https://github.com/cppcheck-opensource/cppcheck
29-
- The official Windows binary is now built with Visual Studio 2026.
30-
- Updated simplecpp to 1.7.0.
3123
-

0 commit comments

Comments
 (0)