mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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::IntegerType, IntegerTypeTag)
|
||||||
MAP(swift::SugarType, SugarTypeTag)
|
MAP(swift::SugarType, SugarTypeTag)
|
||||||
MAP(swift::TypeAliasType, TypeAliasTypeTag)
|
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::SyntaxSugarType, SyntaxSugarTypeTag)
|
||||||
MAP(swift::UnarySyntaxSugarType, UnarySyntaxSugarTypeTag)
|
MAP(swift::UnarySyntaxSugarType, UnarySyntaxSugarTypeTag)
|
||||||
MAP(swift::ArraySliceType, ArraySliceTypeTag)
|
MAP(swift::ArraySliceType, ArraySliceTypeTag)
|
||||||
|
|||||||
Reference in New Issue
Block a user