C++: update change note after review comments

This commit is contained in:
idrissrio
2025-06-18 09:49:12 +02:00
parent b145523a71
commit 4ec64021e1

View File

@@ -1,4 +1,4 @@
---
category: fix
---
* Fixed how typedefs are resolved for ArrayType by overriding the `resolveTypedefs` predicate.
* `resolveTypedefs` now properly resolves typedefs for `ArrayType`s.