Skip to content

Commit 50d9a85

Browse files
committed
C++: Update change note.
1 parent d4cbb25 commit 50d9a85

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
@@ -19,7 +19,7 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
1919

2020
## Changes to libraries
2121

22-
* The models library now models some taint flows through `std::array`, `std::vector`, `std::deque`, `std::list` and `std::forward_list`.
22+
* The models library now models many taint flows through `std::array`, `std::vector`, `std::deque`, `std::list` and `std::forward_list`.
2323
* The models library now models many more taint flows through `std::string`.
2424
* The `SimpleRangeAnalysis` library now supports multiplications of the form
2525
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.

0 commit comments

Comments
 (0)