================
@@ -8203,6 +8203,9 @@ class DefaultedComparisonVisitor {
// Unnamed bit-fields are not members ...
if (Field->isUnnamedBitField())
continue;
+ // Skip invalid fields; they have already been diagnosed.
----------------
TPPPP72 wrote:
This change is quite obvious, so in my view, this comment isn't necessary.
https://github.com/llvm/llvm-project/pull/221570
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits