================ @@ -253,4 +253,10 @@ FIELD(IsAnyDestructorNoReturn, 1, NO_MERGE) /// type that is intangible). HLSL only. FIELD(IsHLSLIntangible, 1, NO_MERGE) +/// Whether the pointer fields in this class should have pointer field +/// protection (PFP) by default, either because of an attribute, the +/// -fexperimental-pointer-field-protection-abi compiler flag or inheritance +/// from a base or member with PFP. +FIELD(IsPFPType, 1, NO_MERGE) ---------------- ojhunt wrote:
@cor3ntin has occasionally expressed concern about using in object storage for rare features so this might need to be in a side table (pinging to get his opinion) https://github.com/llvm/llvm-project/pull/172119 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
