mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Update change note.
This commit is contained in:
@@ -25,6 +25,6 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
|
|||||||
* The models library now models many more taint flows through `std::string`.
|
* The models library now models many more taint flows through `std::string`.
|
||||||
* The models library now models many taint flows through `std::istream` and `std::ostream`.
|
* The models library now models many taint flows through `std::istream` and `std::ostream`.
|
||||||
* The models library now models some taint flows through `std::shared_ptr`, `std::unique_ptr`, `std::make_shared` and `std::make_unique`.
|
* The models library now models some taint flows through `std::shared_ptr`, `std::unique_ptr`, `std::make_shared` and `std::make_unique`.
|
||||||
* The models library now models some taint flows through `std::pair`, `std::map` and `std::unordered_map`.
|
* The models library now models many taint flows through `std::pair`, `std::map`, `std::unordered_map`, `std::set` and `std::unordered_set`.
|
||||||
* The `SimpleRangeAnalysis` library now supports multiplications of the form
|
* The `SimpleRangeAnalysis` library now supports multiplications of the form
|
||||||
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.
|
`e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.
|
||||||
|
|||||||
Reference in New Issue
Block a user