Files
swift-mirror/lib/IRGen/ProtocolInfo.h
Saleem Abdulrasool 87b4b0ec46 IRGen: correct some type deletion
ASAN identified mismatched `operator new` and `operator delete` on these
types. The reason for this is the sized allocation for the tail packing
involved. Provide the associated `operator delete` that releases the
memory. Note that the `operator delete` is static and does not have the
implicit `this` pointer, and we cannot use the name `this` for the
variable.
2025-07-25 16:06:41 -07:00

11 KiB