Skip to content

Commit 72e8ec3

Browse files
committed
Swift: Update comment for LocatableTypes
1 parent b9d0cb7 commit 72e8ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/infra/SwiftTagTraits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ MAP(swift::TypeBase, TypeTag)
342342
MAP(swift::IntegerType, IntegerTypeTag)
343343
MAP(swift::SugarType, SugarTypeTag)
344344
MAP(swift::TypeAliasType, TypeAliasTypeTag)
345-
MAP(swift::LocatableType, void) // TODO: Swift 6.2
345+
MAP(swift::LocatableType, void) // created during type checking and only used for constraint checking
346346
MAP(swift::SyntaxSugarType, SyntaxSugarTypeTag)
347347
MAP(swift::UnarySyntaxSugarType, UnarySyntaxSugarTypeTag)
348348
MAP(swift::ArraySliceType, ArraySliceTypeTag)

0 commit comments

Comments
 (0)