[clang] [clang][bytecode] Fix rejecting non-constexpr array ctors (PR #127448)

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

[clang] [clang][bytecode] Fix rejecting non-constexpr array ctors (PR #127448)

2025-02-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We shouldn't abort here when compiling, this is happening (and properly diagnosed) when interpreting the bytecode. --- Full diff: https://github.com/llvm/llvm-project/pull/127448.diff 2 Files Affected: -

[clang] [clang][bytecode] Fix rejecting non-constexpr array ctors (PR #127448)

2025-02-16 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/127448 We shouldn't abort here when compiling, this is happening (and properly diagnosed) when interpreting the bytecode. >From 0fdf2160faa4ed9ccd2f36e8333575bf075e0755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=2