[clang] [clang][bytecode] Don't ignore discarded ArraySubScriptExprs (PR #137526)

2025-04-27 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/16742 Here is the relevant piece of the

[clang] [clang][bytecode] Don't ignore discarded ArraySubScriptExprs (PR #137526)

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

[clang] [clang][bytecode] Don't ignore discarded ArraySubScriptExprs (PR #137526)

2025-04-27 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We need to evaluate them since the index might be out of bounds. --- Full diff: https://github.com/llvm/llvm-project/pull/137526.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/Compiler.cpp (+5-

[clang] [clang][bytecode] Don't ignore discarded ArraySubScriptExprs (PR #137526)

2025-04-27 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/137526 We need to evaluate them since the index might be out of bounds. >From f472d88b60eae7af922e4cc8350bafeeac79ffaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 27 Apr 2025 18:15:47 +020