From abec00cd341cafe441e1d4a2515cf87011e0aa31 Mon Sep 17 00:00:00 2001 From: Jeongsoo Lee Date: Fri, 17 Apr 2026 07:08:38 -0400 Subject: [PATCH] Update cpp/ql/src/change-notes/2026-04-16-add-model-for-aligned-alloc.md Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- .../src/change-notes/2026-04-16-add-model-for-aligned-alloc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/src/change-notes/2026-04-16-add-model-for-aligned-alloc.md b/cpp/ql/src/change-notes/2026-04-16-add-model-for-aligned-alloc.md index 010fb0f69a1..af97cee7f9e 100644 --- a/cpp/ql/src/change-notes/2026-04-16-add-model-for-aligned-alloc.md +++ b/cpp/ql/src/change-notes/2026-04-16-add-model-for-aligned-alloc.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Added models for `::aligned_alloc`, `std::aligned_alloc`, and `bsl::aligned_alloc`. These will now be recognized as `AllocationFunction`. +* Added `AllocationFunction` models for `aligned_alloc`, `std::aligned_alloc`, and `bsl::aligned_alloc`.