We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LocatableType
1 parent b9d0cb7 commit 72e8ec3Copy full SHA for 72e8ec3
swift/extractor/infra/SwiftTagTraits.h
@@ -342,7 +342,7 @@ MAP(swift::TypeBase, TypeTag)
342
MAP(swift::IntegerType, IntegerTypeTag)
343
MAP(swift::SugarType, SugarTypeTag)
344
MAP(swift::TypeAliasType, TypeAliasTypeTag)
345
- MAP(swift::LocatableType, void) // TODO: Swift 6.2
+ MAP(swift::LocatableType, void) // created during type checking and only used for constraint checking
346
MAP(swift::SyntaxSugarType, SyntaxSugarTypeTag)
347
MAP(swift::UnarySyntaxSugarType, UnarySyntaxSugarTypeTag)
348
MAP(swift::ArraySliceType, ArraySliceTypeTag)
0 commit comments