mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Swift: mark ErrorUnionType as type-check only
This commit is contained in:
@@ -335,7 +335,7 @@ MAP(swift::TypeBase, TypeTag)
|
|||||||
MAP(swift::PackExpansionType, PackExpansionTypeTag)
|
MAP(swift::PackExpansionType, PackExpansionTypeTag)
|
||||||
MAP(swift::PackElementType, PackElementTypeTag)
|
MAP(swift::PackElementType, PackElementTypeTag)
|
||||||
MAP(swift::TypeVariableType, void) // created during type checking and only used for constraint checking
|
MAP(swift::TypeVariableType, void) // created during type checking and only used for constraint checking
|
||||||
MAP(swift::ErrorUnionType, void) // TODO swift 6.0
|
MAP(swift::ErrorUnionType, void) // created during type checking and only used for constraint checking
|
||||||
MAP(swift::SugarType, SugarTypeTag)
|
MAP(swift::SugarType, SugarTypeTag)
|
||||||
MAP(swift::ParenType, ParenTypeTag)
|
MAP(swift::ParenType, ParenTypeTag)
|
||||||
MAP(swift::TypeAliasType, TypeAliasTypeTag)
|
MAP(swift::TypeAliasType, TypeAliasTypeTag)
|
||||||
|
|||||||
Reference in New Issue
Block a user