Skip to content

Commit 2f901a7

Browse files
committed
Runtime: Add a FIXME
1 parent 1b37407 commit 2f901a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/runtime/Demangle.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ _buildDemanglingForNominalType(const Metadata *type, Demangle::Demangler &Dem) {
307307
}
308308

309309
// Build a demangled type tree for a type.
310+
//
311+
// FIXME: This should use MetadataReader.h.
310312
Demangle::NodePointer
311313
swift::_swift_buildDemanglingForMetadata(const Metadata *type,
312314
Demangle::Demangler &Dem) {

0 commit comments

Comments
 (0)