Skip to content

Commit 397967f

Browse files
lcarteyrvermeulen
andauthored
Update change_notes/2024-01-16-m5-2-10-arith-only.md
Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
1 parent f3caa6c commit 397967f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* `M5-2-10` - only report use of the increment and decrement operations in conjunction with arithmetic operators, as specified by the rule. Notably we no longer report the expressions of the form `*p++`, which combine increment and dereferencing operations.
1+
`M5-2-10` - `IncrementAndDecrementOperatorsMixedWithOtherOperatorsInExpression.ql`:
2+
- only report use of the increment and decrement operations in conjunction with arithmetic operators, as specified by the rule. Notably we no longer report the expressions of the form `*p++`, which combine increment and dereferencing operations.

0 commit comments

Comments
 (0)