mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
'const T *' isn't compatible with a function pointer, so upstream Clang complained about the 'patch_t' convenience constructor we were using. It's not like we need general functionality or convenience here, so just pass the members of the patch_t type separately and without any templating, and drop it entirely. No functionality change.
11 KiB
11 KiB