mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When printing an ObjC member into a header with an `Int` parameter or result, PrintAsClang would look up any imported Objective-C member it overrode to see if ClangImporter imported `NSUInteger` as `Int`, and if so, would print `NSUInteger` instead of `NSInteger`. However, it did not do the same for protocol requirements the member witnessed. Correct this oversight. Fixes rdar://124300674.
645 B
645 B