C++: add change note for VLAs

This commit is contained in:
idrissrio
2025-04-14 09:20:15 +02:00
parent 033bade0ab
commit 15ba9e0c66

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added the `isVla()` predicate to the `ArrayType` class. This allows queries to identify variable-length arrays (VLAs).