[clang] [Clang] Support initializing array-typed structured bindings with direct-list-initialization (PR #102581)

via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 00:44:35 PDT 2024


================
@@ -4091,6 +4091,16 @@ void InitializationSequence::AddParenthesizedListInitStep(QualType T) {
   Steps.push_back(S);
 }
 
+void InitializationSequence::AddUnwrapInitListAtTheBeginning(
----------------
cor3ntin wrote:

```suggestion
void InitializationSequence::AddUnwrapInitListInitStep(
```

https://github.com/llvm/llvm-project/pull/102581


More information about the cfe-commits mailing list