We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b316644 commit a72d05cCopy full SHA for a72d05c
change-notes/1.26/analysis-cpp.md
@@ -20,4 +20,4 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
20
21
* The models library now models more taint flows through `std::string`.
22
* The `SimpleRangeAnalysis` library now supports multiplications of the form
23
- `e1 * e2` when `e1` and `e2` are unsigned.
+ `e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.
0 commit comments