[PATCH] D17407: [Sema] PR25755 Fix crash when initializing out-of-order struct references
don hinton via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 28 18:25:24 PDT 2016
hintonda added a comment.
I'm probably missing something, but isn't InitListChecker::CheckStructUnionTypes() called recursively, if indirectly? In which case we'd want to start from the Field iterator we were given, not the look at all the fields.
http://reviews.llvm.org/D17407
More information about the cfe-commits
mailing list