mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Since protocol descriptors look like ObjC Protocol objects, we want to mangle the type prefix into their names to make them obviously Swift mangled names, but we were only doing this for @objc protocols, not native protocols. For consistency, do the same thing with native descriptors, and update the runtime type display code to match. Fixes rdar://problem/19691574. Swift SVN r25014
93 KiB
93 KiB