================
@@ -5468,22 +5531,44 @@ static bool handleDefaultInitValue(QualType T, APValue
&Result) {
Result = APValue((const FieldDecl *)nullptr);
return true;
}
+
+ // bases() includes directly specified virtual bases as well.
+ unsigned NonVirtualBases =
----------------
yronglin wrote:
Same as below
https://github.com/llvm/llvm-project/pull/204289
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits