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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 10 09:14:31 PDT 2025


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

Right, it is the result of the check, but 'result' IMO implies that as well.  The word `Check` here to me doesn't really add anything to the names.

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


More information about the cfe-commits mailing list