Skip to content

Commit 2deb500

Browse files
committed
CPP: Extend change note.
1 parent 9349753 commit 2deb500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

change-notes/1.18/analysis-cpp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
| [Variable used in its own initializer] | Fewer false positive results | Results where a macro is used to indicate deliberate uninitialization are now excluded |
2727
| [Assignment where comparison was intended] | Fewer false positive results | Results are no longer reported if the variable is not yet defined. |
2828
| [Comparison where assignment was intended] | More correct results | "This query now includes results where an overloaded `operator==` is used in the wrong context. |
29-
| [User-controlled data in arithmetic expression] | More correct results | Increment / decrement operations are now understood as arithmetic operations in this query. |
30-
| [Uncontrolled data in arithmetic expression] | More correct results | Increment / decrement operations are now understood as arithmetic operations in this query. |
31-
| [Use of extreme values in arithmetic expression] | More correct results | Increment / decrement operations are now understood as arithmetic operations in this query. |
29+
| [User-controlled data in arithmetic expression] | More correct results | Increment / decrement / addition assignment / subtraction assignment operations are now understood as arithmetic operations in this query. |
30+
| [Uncontrolled data in arithmetic expression] | More correct results | Increment / decrement / addition assignment / subtraction assignment operations are now understood as arithmetic operations in this query. |
31+
| [Use of extreme values in arithmetic expression] | More correct results | Increment / decrement / addition assignment / subtraction assignment operations are now understood as arithmetic operations in this query. |
3232
| [Use of extreme values in arithmetic expression] | Fewer false positives | The query now considers whether a particular expression might cause an overflow of minimum or maximum values only. |
3333

3434
## Changes to QL libraries

0 commit comments

Comments
 (0)