Skip to content

Commit b2d65b3

Browse files
committed
stdlib: add an ABI fixme
1 parent f39273b commit b2d65b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/core/Misc.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ func _withUninitializedString<R>(
7070
return (bodyResult, stringResult)
7171
}
7272

73+
// FIXME(ABI): this API should allow controlling different kinds of
74+
// qualification separately: qualification with module names and qualification
75+
// with type names that we are nested in.
7376
@_silgen_name("swift_getTypeName")
7477
public func _getTypeName(_ type: Any.Type, qualified: Bool)
7578
-> (UnsafePointer<UInt8>, Int)

0 commit comments

Comments
 (0)