From 084e6f6d9b15f3b6d41963a561c3c667a869a552 Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:04:40 +0100 Subject: [PATCH] C++: Add change note. --- change-notes/1.26/analysis-cpp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/change-notes/1.26/analysis-cpp.md b/change-notes/1.26/analysis-cpp.md index 66386bbce5d..761ca1fbd2c 100644 --- a/change-notes/1.26/analysis-cpp.md +++ b/change-notes/1.26/analysis-cpp.md @@ -25,5 +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 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 `bcopy`. * The `SimpleRangeAnalysis` library now supports multiplications of the form `e1 * e2` and `x *= e2` when `e1` and `e2` are unsigned or constant.