[clang] [clang][bytecode] Emit diagnostics from GetGlobalUnchecked (PR #137203)

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

[clang] [clang][bytecode] Emit diagnostics from GetGlobalUnchecked (PR #137203)

2025-04-24 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes If the global is uninitialized. --- Full diff: https://github.com/llvm/llvm-project/pull/137203.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/Interp.h (+1-1) - (modified) clang/test/AST/ByteC

[clang] [clang][bytecode] Emit diagnostics from GetGlobalUnchecked (PR #137203)

2025-04-24 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/137203 If the global is uninitialized. >From 87377cd713004492ca9c989e1e7de806ba972ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 24 Apr 2025 17:46:49 +0200 Subject: [PATCH] [clang][byteco