- p0960 Allow initializing aggregates from a parenthesized list of values
- p1975 Fixing the wording of parenthesized aggregate-initialization
Follows gcc for the most part, except for coroutines (cf. https://cpplang.slack.com/archives/CBTFTLR9R/p1657730176797929)
Fixes https://github.com/llvm/llvm-project/issues/53627
In competition with https://reviews.llvm.org/D129531, sorry - I got frustrated waiting.