https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/113089
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/tbaederr updated
https://github.com/llvm/llvm-project/pull/113089
>From 6942291d0f529baa323cfd35e2f5d9b4f818c0f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 20 Oct 2024 13:57:49 +0200
Subject: [PATCH] [clang][bytecode] Narrow pointer in UO_Deref un
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
Otherwise we treat this like an array element even though we should treat it as
a single object.
---
Full diff: https://github.com/llvm/llvm-project/pull/113089.diff
2 Files Affected:
- (modified) clang/l
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/113089
Otherwise we treat this like an array element even though we should treat it as
a single object.
>From 9ad54bebfd5c3572b3338e30c6a3047fb922c057 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Dat