[PATCH] D157879: [clang] Report missing designated initializers in C++

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 02:17:39 PDT 2023


tbaeder added a comment.

Tangentially related: Now that we have this `InitializedFields` set, would it be easy to add a warning for double-initialization of fields (that would also trigger in C)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157879



More information about the cfe-commits mailing list