[all-commits] [llvm/llvm-project] 1fe993: [clang][bytecode] Allocate operator new data as ar...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jul 1 06:46:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fe993c251966697d75123eb38fa710cdb346c8d
https://github.com/llvm/llvm-project/commit/1fe993c251966697d75123eb38fa710cdb346c8d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
Log Message:
-----------
[clang][bytecode] Allocate operator new data as array (#146471)
Even if we only allocate one element, we still need to allocate it as a
single-element array. This matches what the current interpreter does.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list