diff options
author | Mariya Podchishchaeva <mariya.podchishchaeva@intel.com> | 2025-04-04 09:37:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 09:37:28 +0200 |
commit | 22130ca486b2fb43198453a53eb048cd8a97e9a8 (patch) | |
tree | 9578b3842b0cb6b73d12d6f5217494879ab2ba75 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 78a4b9d9b46d59e20cf01d6008ab0080052e9938 (diff) | |
download | llvm-22130ca486b2fb43198453a53eb048cd8a97e9a8.zip llvm-22130ca486b2fb43198453a53eb048cd8a97e9a8.tar.gz llvm-22130ca486b2fb43198453a53eb048cd8a97e9a8.tar.bz2 |
[MS][clang] Fix crash on deletion of array of pointers (#134088)
Sometimes a non-array delete is treated as delete[] when input pointer
is pointer to array. With vector deleting destructors support we now
generate a virtual destructor call instead of simple loop over the
elements. This patch adjusts the codepath that generates virtual call to
expect the case of pointer to array.
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
0 files changed, 0 insertions, 0 deletions