================
@@ -266,17 +271,20 @@ class RecordType : public Type {
ArrayRef<FieldInfo> Fields;
ArrayRef<FieldInfo> BaseClasses;
ArrayRef<FieldInfo> VirtualBaseClasses;
+ ArrayRef<FieldInfo> DirectVirtualBaseClasses;
----------------
andykaylor wrote:Thanks. I'll go with the revert and asserts. https://github.com/llvm/llvm-project/pull/217775 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
