C++: Add change note for new VlaDeclStmt predicates

This commit is contained in:
Jeroen Ketema
2025-09-02 11:26:19 +02:00
parent f4df3881f8
commit 9431b0c754

View File

@@ -0,0 +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`.