[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:14:17 PDT 2024


bwendling wrote:

Would changing the `decl_iterator` into a bidirectional iterator be acceptable? That way I could grab the last `FieldDecl` to check if it's a FAM rather than iterating through unnecessary `Decls`...

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


More information about the cfe-commits mailing list