[clang] [clang]: fix reference compatibility in overload resolution (PR #133035)
@@ -5450,6 +5450,12 @@ TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, return ICS; } +if (isRValRef && ICS.UserDefined.ConversionFunction->getReturnType() erichkeane wrote: It isn't clear to me why/if this is the right solution here. D
[clang] [clang]: fix reference compatibility in overload resolution (PR #133035)
https://github.com/changkhothuychung edited https://github.com/llvm/llvm-project/pull/133035 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits