[PATCH] D134231: [clang][C++20] p0960 Allow initializing aggregates from a parenthesized list of values

2022-11-07 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a comment. In D134231#3910882 , @ecatmur wrote: > In D134231#3803380 , @shafik wrote: > >> Hello Ed, thank you for picking up this work. >> >> I liked the approach in the first PR, did you cons

[PATCH] D134231: [clang][C++20] p0960 Allow initializing aggregates from a parenthesized list of values

2022-11-06 Thread Ed Catmur via Phabricator via cfe-commits
ecatmur added a comment. In D134231#3803380 , @shafik wrote: > Hello Ed, thank you for picking up this work. > > I liked the approach in the first PR, did you consider reaching out to the > author is asking if it was ok to commandeer the work to allow it

[PATCH] D134231: [clang][C++20] p0960 Allow initializing aggregates from a parenthesized list of values

2022-09-20 Thread Shafik Yaghmour via Phabricator via cfe-commits
shafik added a comment. Hello Ed, thank you for picking up this work. I liked the approach in the first PR, did you consider reaching out to the author is asking if it was ok to commandeer the work to allow it to move forward? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D134231: [clang][C++20] p0960 Allow initializing aggregates from a parenthesized list of values

2022-09-19 Thread Ed Catmur via Phabricator via cfe-commits
ecatmur created this revision. ecatmur added a reviewer: clang-language-wg. Herald added subscribers: ChuanqiXu, JDevlieghere. Herald added a project: All. ecatmur requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. - p0960 Allow initializing a