C++: Minor textual fixes

This commit is contained in:
Jeroen Ketema
2025-04-17 12:33:27 +02:00
parent 15fe2fbba6
commit 0bcee84117
4 changed files with 15 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
---
category: feature
---
* Introduced `isDesignatorInit()` predicates to distinguish between designator-based and positional initializations for both struct/union fields and array elements.
* Introduced `hasDesignator()` predicates to distinguish between designated and positional initializations for both struct/union fields and array elements.