[clang] [SemaCXX] Implement CWG2351 `void{}` (PR #78060)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 12:09:20 PST 2024


cor3ntin wrote:

I would recommend adding a test in C++98 mode. I don't think gating is necessary, the code should not parse.

Adding a test for ({}) is also a good idea.

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


More information about the cfe-commits mailing list