[clang] [Clang] Improve testing for the flexible array member (PR #89462)

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 19 16:28:37 PDT 2024


bwendling wrote:

A quick look at `Decl` seems like it would require adding a `PrevInContextAndBits`, which would increase the size by `sizeof(Decl *)`. I might be able to massage a way to make it work, but it's probably not worth it.

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


More information about the cfe-commits mailing list