We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4de071 commit eedbe83Copy full SHA for eedbe83
change-notes/1.26/analysis-cpp.md
@@ -23,7 +23,7 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
23
* The QL class `Block`, denoting the `{ ... }` statement, is renamed to `BlockStmt`.
24
* The models library now models many taint flows through `std::array`, `std::vector`, `std::deque`, `std::list` and `std::forward_list`.
25
* The models library now models many more taint flows through `std::string`.
26
-* The models library now models some taint flows through `std::ostream`.
+* The models library now models many taint flows through `std::istream` and `std::ostream`.
27
* The models library now models some taint flows through `std::shared_ptr`, `std::unique_ptr`, `std::make_shared` and `std::make_unique`.
28
* The `SimpleRangeAnalysis` library now supports multiplications of the form
29
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.
0 commit comments