================ @@ -37,6 +37,29 @@ bool isEmptyFieldForLayout(const ASTContext &context, const FieldDecl *fd); /// if the [[no_unique_address]] attribute would have made them empty. bool isEmptyRecordForLayout(const ASTContext &context, QualType t); +/// isEmptyFieldForABI - Return true if the field is "empty" for argument ---------------- adams381 wrote:
I've gone with a comment that is very similar to what target-info has for classic. The original comment was me trying too hard. https://github.com/llvm/llvm-project/pull/215175 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
