Files
swift-mirror/include/swift/SILOptimizer/Utils/KeyPathProjector.h
Jonathan Keller 620fba6a1f [SILOptimizer] fix KeyPathProjector memory management
I was inconsistently providing initialized or uninitialized memory
to the callback when projecting a settable address, depending on
component type. We should always provide an uninitialized address.
2020-02-21 15:34:17 -08:00

2.9 KiB