================ @@ -10033,15 +10040,24 @@ class Sema final : public SemaBase { bool InOverloadResolution, QualType &ConvertedType); + enum class CheckMemberPointerConversionResult { ---------------- erichkeane wrote:
Is `Check` meaningful on either of these enums? Wonder if this could just be `MemberPointerConversionResult` and `MemberPointerConversionDirection` https://github.com/llvm/llvm-project/pull/130537 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits