[clang] [clang-tools-extra] [Clang] Implement CWG2813: Class member access with prvalues (PR #95112)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 13:35:58 PDT 2024
================
@@ -1174,6 +1207,9 @@ Sema::BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType,
valueKind = VK_PRValue;
type = Context.BoundMemberTy;
----------------
Sirraide wrote:
Don’t we need a call to `MakeGLValue()` somewhere in here?
https://github.com/llvm/llvm-project/pull/95112
More information about the cfe-commits
mailing list