Skip to content

Commit 91ceb73

Browse files
Update entry for uninitMemberVarNoCtor in releasenotes.txt (#8585) [skip ci]
1 parent 6e46c6b commit 91ceb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releasenotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Major bug fixes & crashes:
77
New checks:
88
- 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.
99
- 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.
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.
1111
- fcloseInLoopCondition warns when fclose() is used as a while loop condition, which may skip the loop body or double-close the file handle.
1212

1313
C/C++ support:

0 commit comments

Comments
 (0)