Skip to content

Commit acbc2ff

Browse files
Update change_notes/2026-05-18-fix-fp-misra-c-13-4.md
Co-authored-by: Michael R Fairhurst <MichaelRFairhurst@github.com>
1 parent 66d73d5 commit acbc2ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- `RULE-13-4` - `ResultOfAnAssignmentOperatorShouldNotBeUsed`:
2-
- Fixed false positives and false negatives.
2+
- Fixed false positives for `=` assignments in for loop update expression.
3+
- Fixed false negatives for when the result of compound assignment operators (`+=`, etc) are used.
34
- `RULE-8-18-2` - `ResultOfAnAssignmentOperatorShouldNotBeUsed`:
45
- Fixed false positives and false negatives.

0 commit comments

Comments
 (0)