mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Support UnsafeCastExpr
This commit is contained in:
@@ -1463,3 +1463,9 @@ class UnreachableExpr(ImplicitConversionExpr):
|
||||
"""
|
||||
A conversion from the uninhabited type to any other type. It's never evaluated.
|
||||
"""
|
||||
|
||||
|
||||
class UnsafeCastExpr(ImplicitConversionExpr):
|
||||
"""
|
||||
A conversion that performs an unsafe bitcast.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user