Skip to content

Commit a72d05c

Browse files
committed
C++: Change note for *= and constant *
1 parent b316644 commit a72d05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-notes/1.26/analysis-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
2020

2121
* The models library now models more taint flows through `std::string`.
2222
* The `SimpleRangeAnalysis` library now supports multiplications of the form
23-
`e1 * e2` when `e1` and `e2` are unsigned.
23+
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.

0 commit comments

Comments
 (0)