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
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
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
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?