Parenthesized initialization of aggregates

Hi, I am interested in the “Parenthesized initialization of aggregates” C++20 feature (P0960), which is still not supported in clang.

If anyone is working on it, could you please let me know? If not, could you please point me to where to start, so I can probably implement it myself?

There’s two current attempts: ⚙ D134231 [clang][C++20] p0960 Allow initializing aggregates from a parenthesized list of values (mine) and ⚙ D129531 [clang][C++20] P0960R3: Allow initializing aggregates from a parenthesized list of values (posted earlier, but appears to have stalled).