================ @@ -1384,6 +1384,11 @@ class InitializationSequence { void AddParenthesizedListInitStep(QualType T); + /// Only used when initializing array-typed structured bindings with + /// direct-list-initialization. Unwrap the initializer list to get the array + /// for array copy. ---------------- cor3ntin wrote:
```suggestion /// Only used when initializing structured bindings from an array with /// direct-list-initialization. Unwrap the initializer list to get the array /// for array copy. ``` https://github.com/llvm/llvm-project/pull/102581 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits