diff options
author | Samarth Narang <70980689+snarang181@users.noreply.github.com> | 2025-08-29 08:28:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-29 08:28:40 -0400 |
commit | 3b150fb12839f6b34136a9a36369973adb89d634 (patch) | |
tree | 4bcb04cabe29a6a83d6a2a84a50ff5f60675cca2 /llvm/tools/llvm-cov/SourceCoverageView.cpp | |
parent | 868e596f40e6392c12a427966c5c07c7069dc9e5 (diff) | |
download | llvm-3b150fb12839f6b34136a9a36369973adb89d634.zip llvm-3b150fb12839f6b34136a9a36369973adb89d634.tar.gz llvm-3b150fb12839f6b34136a9a36369973adb89d634.tar.bz2 |
[clang][bytecode] Handle negative array sizes in constexpr `new` instead of asserting (#155737)
This patch fixes a crash in the constexpr interpreter when evaluating
`new T[n]` with a negative element count.
Fixes https://github.com/llvm/llvm-project/issues/152904
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions