mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Swift validates the retain/release operations for foreign reference types to check for obvious errors, e.g. a wrong parameter type or return type. That logic was only running for C++ foreign reference types. This patch enables it for C foreign reference types as well. rdar://158609723
435 KiB
435 KiB