mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Explanation:These objects are behind typedefs and user code supposed to use the typedef names. We already have some logic in place for Obj-C interop. Reuse the same logic for C++ to use the correct names. Issues: rdar://150453489 Original PRs: #83670 Risk: Low, only OS object types are affected and they were problemtic before the change. Testing: Added a compiler test. Reviewers: @egorzhdan