Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3013ef5

Browse files
committed
C++: Change note.
1 parent 90c7a79 commit 3013ef5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.26/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
2222

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

0 commit comments

Comments
 (0)