[clang] [clang-tools-extra] [clang] improve class type sugar preservation in pointers to members (PR #130537)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 10 09:08:13 PDT 2025


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

Yes Check is meaningful, because this goes into the function which just checks if the conversion is valid, but does not perform the conversion itself :)

https://github.com/llvm/llvm-project/pull/130537


More information about the cfe-commits mailing list