mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Update comment for LocatableTypes
This commit is contained in:
@@ -342,7 +342,7 @@ MAP(swift::TypeBase, TypeTag)
|
||||
MAP(swift::IntegerType, IntegerTypeTag)
|
||||
MAP(swift::SugarType, SugarTypeTag)
|
||||
MAP(swift::TypeAliasType, TypeAliasTypeTag)
|
||||
MAP(swift::LocatableType, void) // TODO: Swift 6.2
|
||||
MAP(swift::LocatableType, void) // created during type checking and only used for constraint checking
|
||||
MAP(swift::SyntaxSugarType, SyntaxSugarTypeTag)
|
||||
MAP(swift::UnarySyntaxSugarType, UnarySyntaxSugarTypeTag)
|
||||
MAP(swift::ArraySliceType, ArraySliceTypeTag)
|
||||
|
||||
Reference in New Issue
Block a user