From cc72314219aa4dd5787409059c014769d7ec4e98 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 15 Sep 2025 16:26:32 +0100 Subject: [PATCH] C++: Tweak a release note --- cpp/ql/lib/change-notes/2025-09-02-vla.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/change-notes/2025-09-02-vla.md b/cpp/ql/lib/change-notes/2025-09-02-vla.md index e59e3ef5ffe0..0f945b565a65 100644 --- a/cpp/ql/lib/change-notes/2025-09-02-vla.md +++ b/cpp/ql/lib/change-notes/2025-09-02-vla.md @@ -1,4 +1,4 @@ --- category: feature --- -* Added predicates `getTransitiveNumberOfVlaDimensionStmts`, `getTransitiveVlaDimensionStmt`, and `getParentVlaDecl` to `VlaDeclStmt` for handling `VlaDeclStmt`s whose base type defined in terms of an other `VlaDeclStmt` via a `typedef`. +* Added predicates `getTransitiveNumberOfVlaDimensionStmts`, `getTransitiveVlaDimensionStmt`, and `getParentVlaDecl` to `VlaDeclStmt` for handling `VlaDeclStmt`s whose base type is defined in terms of another `VlaDeclStmt` via a `typedef`.