Files
clang-p2996/clang/lib/AST/ByteCode/Pointer.cpp
Timm Baeder 1fe993c251 [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.
2025-07-01 15:45:50 +02:00

25 KiB