We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad50ea7 commit 30ed369Copy full SHA for 30ed369
1 file changed
releasenotes.txt
@@ -8,6 +8,7 @@ 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 some but not all members requiring initialization have in-class initializers.
11
+- fcloseInLoopCondition warns when fclose() is used as a while loop condition, which may skip the loop body or double-close the file handle.
12
13
C/C++ support:
14
-
0 commit comments