mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Support TypeValueExpr and IntegerType
This commit is contained in:
@@ -1469,3 +1469,9 @@ class UnsafeCastExpr(ImplicitConversionExpr):
|
||||
"""
|
||||
A conversion that performs an unsafe bitcast.
|
||||
"""
|
||||
|
||||
class TypeValueExpr(Expr):
|
||||
type_repr: TypeRepr | child
|
||||
|
||||
class IntegerType(Type):
|
||||
value: string
|
||||
|
||||
Reference in New Issue
Block a user