================
@@ -1174,6 +1207,9 @@ Sema::BuildMemberReferenceExpr(Expr *BaseExpr, QualType 
BaseExprType,
       valueKind = VK_PRValue;
       type = Context.BoundMemberTy;
----------------
MitalAshok wrote:

For non-static member function, we don't require a glvalue anymore (to allow 
by-value explicit objects to bind to prvalues)

https://github.com/llvm/llvm-project/pull/95112
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to