================
@@ -148,10 +148,18 @@ struct CIRRecordLowering final {
     return cirGenTypes.isZeroInitializable(rd);
   }
 
+  static cir::RecordMemberKind makeMemberKind(bool holdsData, bool isUnit) {
----------------
erichkeane wrote:

what is a 'unit' here? 

https://github.com/llvm/llvm-project/pull/216864
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to