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
Fix a crash when a protocol with a default implementation is aliased with the same name (#534) (#536)
* Fix crash when exported import protocol is aliased with same name
rdar://107623749
* Remove incorrect memberOf relationships in handcrafted test symbol data
"Every node should either have a parent node or be a root node. This wasn't true for \(allNodes.filter({ $0.value[0].parent !=nil || roots[$0.key]!=nil}).map(\.key).sorted())"
194
+
)
167
195
allNodes.removeAll()
168
196
169
197
// build the lookup list by traversing the hierarchy and adding identifiers to each node
0 commit comments