[PATCH] D123649: Allow flexible array initialization in C++.

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 22 14:54:24 PDT 2023


ahatanak added a comment.

Looks like `Init`'s type is wrong. It should be `{ i32, [1 x i32] }` instead of `{ i32, [0 x i32] }` in the case where `S` has two members.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123649/new/

https://reviews.llvm.org/D123649



More information about the cfe-commits mailing list