================
@@ -864,6 +864,14 @@ InitListChecker::FillInEmptyInitializations(const 
InitializedEntity &Entity,
       WarnIfMissingField &=
           SemaRef.getLangOpts().CPlusPlus || !hasAnyDesignatedInits(SForm);
 
+      if (OuterILE) {
----------------
mikaelholmen wrote:

Perhaps add a comment here about why this is needed?

https://github.com/llvm/llvm-project/pull/75591
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to