diff options
author | Mariya Podchishchaeva <mariya.podchishchaeva@intel.com> | 2025-04-02 09:25:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 09:25:43 +0200 |
commit | 8a691cc6157b2c3bc91af767eb1154d7a715562a (patch) | |
tree | ca2499b82984da8a27f5ab92972ddbbb3f4c23f0 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5d364481e36871584affa54c58a803a936b9a5d6 (diff) | |
download | llvm-8a691cc6157b2c3bc91af767eb1154d7a715562a.zip llvm-8a691cc6157b2c3bc91af767eb1154d7a715562a.tar.gz llvm-8a691cc6157b2c3bc91af767eb1154d7a715562a.tar.bz2 |
[MS][clang] Make sure vector deleting dtor calls correct operator delete (#133950)
During additional testing I spotted that vector deleting dtor calls
operator delete, not operator delete[] when performing array deletion.
This patch fixes that.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions