Skip to content

Commit 58727cb

Browse files
committed
C++: Update change note.
1 parent 4363f08 commit 58727cb

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
@@ -25,6 +25,6 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
2525
* The models library now models many more taint flows through `std::string`.
2626
* The models library now models many taint flows through `std::istream` and `std::ostream`.
2727
* The models library now models some taint flows through `std::shared_ptr`, `std::unique_ptr`, `std::make_shared` and `std::make_unique`.
28-
* The models library now models some taint flows through `std::pair`, `std::map` and `std::unordered_map`.
28+
* The models library now models many taint flows through `std::pair`, `std::map`, `std::unordered_map`, `std::set` and `std::unordered_set`.
2929
* The `SimpleRangeAnalysis` library now supports multiplications of the form
3030
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.

0 commit comments

Comments
 (0)