[clang] [clang][bytecode] Fix temporary lvalue base expression (PR #111808)

2024-10-10 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `clang` at step 6 "test". Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/6365 Here is the relevant piece of the b

[clang] [clang][bytecode] Fix temporary lvalue base expression (PR #111808)

2024-10-10 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/111808 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix temporary lvalue base expression (PR #111808)

2024-10-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We need to use the MaterializeTemporaryExpr here so the checks in ExprConstant.cpp do the right thing. --- Full diff: https://github.com/llvm/llvm-project/pull/111808.diff 3 Files Affected: - (modified) c

[clang] [clang][bytecode] Fix temporary lvalue base expression (PR #111808)

2024-10-10 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/111808 We need to use the MaterializeTemporaryExpr here so the checks in ExprConstant.cpp do the right thing. >From d06e3aab6e01050db6ceaa43b2659623fc8f1f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?