================
@@ -10033,15 +10040,24 @@ class Sema final : public SemaBase {
                                  bool InOverloadResolution,
                                  QualType &ConvertedType);
 
+  enum class CheckMemberPointerConversionResult {
----------------
mizvekov wrote:

Right but the name of the result type is unfortunately not scoped on the 
function, so I was afraid this type would show up on someone's autocomplete, 
and it would not be obvious to which function this is about.

In any case, I will give this some more thought.

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

Reply via email to