[clang] [clang-tools-extra] [Clang] Implement CWG2813: Class member access with prvalues (PR #95112)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 01:15:03 PDT 2024


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

Oh yeah, duh, makes sense.

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


More information about the cfe-commits mailing list