[clang] [clang][bytecode] Ignore function calls with depth > 0... (PR #129887)

2025-03-05 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/129887 ... when checking for a potential constant expression. This is also what the current interpreter does. >From 8e4267678319e98b2119233e13b5e73869bc3a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?

[clang] [clang][bytecode] Ignore function calls with depth > 0... (PR #129887)

2025-03-05 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-4` while building `clang` at step 6 "test-build-unified-tree-check-all". Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/15762 Here is th

[clang] [clang][bytecode] Ignore function calls with depth > 0... (PR #129887)

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

[clang] [clang][bytecode] Ignore function calls with depth > 0... (PR #129887)

2025-03-05 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes ... when checking for a potential constant expression. This is also what the current interpreter does. --- Full diff: https://github.com/llvm/llvm-project/pull/129887.diff 2 Files Affected: - (modified) c