You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ClangImporter] Honor Swift 4 API notes in Swift 3 mode
*** Depends on Clang change "[APINotes] Record what version caused ***
*** an annotation to get replaced." Update your Clang checkout! ***
More generally, change the meaning of the SwiftVersions section in API
notes to be "this version or earlier" rather than "exactly this
version". We mostly get this behavior for free from the Clang-side
changes, but for SwiftName and the enum annotations we look at inactive
attributes as well. The latter is simple, but the former means being
careful about finding the annotation we /would/ have picked, i.e. the
one closest to the version we requested.
Copy file name to clipboardexpand all lines: test/APINotes/Inputs/custom-frameworks/APINotesFrameworkTest.framework/Headers/APINotesFrameworkTest.apinotes
+86
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,23 @@ Functions:
65
65
Tags:
66
66
- Name: InnerInSwift4
67
67
SwiftName: Outer.Inner
68
+
Globals:
69
+
- Name: multiVersionedGlobal34Notes
70
+
SwiftName: multiVersionedGlobal34Notes_NEW
71
+
- Name: multiVersionedGlobal34Both
72
+
SwiftName: multiVersionedGlobal34Both_NEW
73
+
- Name: multiVersionedGlobal345Notes
74
+
SwiftName: multiVersionedGlobal345Notes_NEW
75
+
- Name: multiVersionedGlobal345Both
76
+
SwiftName: multiVersionedGlobal345Both_NEW
77
+
- Name: multiVersionedGlobal4Notes
78
+
SwiftName: multiVersionedGlobal4Notes_NEW
79
+
- Name: multiVersionedGlobal4Both
80
+
SwiftName: multiVersionedGlobal4Both_NEW
81
+
- Name: multiVersionedGlobal45Notes
82
+
SwiftName: multiVersionedGlobal45Notes_NEW
83
+
- Name: multiVersionedGlobal45Both
84
+
SwiftName: multiVersionedGlobal45Both_NEW
68
85
SwiftVersions:
69
86
- Version: 3.0
70
87
Classes:
@@ -207,3 +224,72 @@ SwiftVersions:
207
224
SwiftName: aliasRenamedSwift3
208
225
- Name: OptionyEnumRenamed
209
226
SwiftName: renamedSwift3
227
+
Globals:
228
+
- Name: multiVersionedGlobal34
229
+
SwiftName: multiVersionedGlobal34_3
230
+
- Name: multiVersionedGlobal34Header
231
+
SwiftName: multiVersionedGlobal34Header_3
232
+
- Name: multiVersionedGlobal34Notes
233
+
SwiftName: multiVersionedGlobal34Notes_3
234
+
- Name: multiVersionedGlobal34Both
235
+
SwiftName: multiVersionedGlobal34Both_3
236
+
- Name: multiVersionedGlobal345
237
+
SwiftName: multiVersionedGlobal345_3
238
+
- Name: multiVersionedGlobal345Header
239
+
SwiftName: multiVersionedGlobal345Header_3
240
+
- Name: multiVersionedGlobal345Notes
241
+
SwiftName: multiVersionedGlobal345Notes_3
242
+
- Name: multiVersionedGlobal345Both
243
+
SwiftName: multiVersionedGlobal345Both_3
244
+
- Version: 5
245
+
Globals:
246
+
- Name: multiVersionedGlobal345
247
+
SwiftName: multiVersionedGlobal345_5
248
+
- Name: multiVersionedGlobal345Header
249
+
SwiftName: multiVersionedGlobal345Header_5
250
+
- Name: multiVersionedGlobal345Notes
251
+
SwiftName: multiVersionedGlobal345Notes_5
252
+
- Name: multiVersionedGlobal345Both
253
+
SwiftName: multiVersionedGlobal345Both_5
254
+
- Name: multiVersionedGlobal45
255
+
SwiftName: multiVersionedGlobal45_5
256
+
- Name: multiVersionedGlobal45Header
257
+
SwiftName: multiVersionedGlobal45Header_5
258
+
- Name: multiVersionedGlobal45Notes
259
+
SwiftName: multiVersionedGlobal45Notes_5
260
+
- Name: multiVersionedGlobal45Both
261
+
SwiftName: multiVersionedGlobal45Both_5
262
+
- Version: 4 # Versions are deliberately ordered as "3, 5, 4" to catch bugs.
0 commit comments