Files
clang-p2996/clang/lib/CodeGen/CGClass.cpp
Mariya Podchishchaeva 8a691cc615 [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.
2025-04-02 09:25:43 +02:00

124 KiB