File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/ClangModules/Inputs/custom-modules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Functions:
89
89
- Name: CGBitmapContextCreateWithData
90
90
SwiftName: CGContextRef.init(data:width:height:bitsPerComponent:bytesPerRow:space:bitmapInfo:releaseCallback:releaseInfo:)
91
91
- Name: CGBitmapContextCreate
92
- SwiftName: CGContextRef.init(data:width:height:bitsPerComponent:bytesPerRow:space:bitmapInfo)
92
+ SwiftName: CGContextRef.init(data:width:height:bitsPerComponent:bytesPerRow:space:bitmapInfo: )
93
93
- Name: CGBitmapContextGetData
94
94
SwiftName: getter:CGContextRef.data(self:)
95
95
- Name: CGBitmapContextGetWidth
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Enumerators:
5
5
SwiftName: challenging
6
6
Functions:
7
7
- Name: spuriousAPINotedSwiftName
8
- SwiftName: spuriousAPINotedSwiftName
8
+ SwiftName: spuriousAPINotedSwiftName(_:)
9
9
- Name: poorlyNamedFunction
10
- SwiftName: nicelyRenamedFunction
10
+ SwiftName: nicelyRenamedFunction(_:)
You can’t perform that action at this time.
0 commit comments