Skip to content

Commit

Permalink
Update swift/ql/lib/codeql/swift/elements/type/NumericOrCharType.qll
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Torralba <[email protected]>
  • Loading branch information
MathiasVP and atorralba authored Jan 9, 2023
1 parent 381301e commit 7f5344e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CharacterType extends StructType {
class IntegerType extends Type {
IntegerType() {
this.getName() =
["Int", "Int8", "Int16", "Int32", "Int64", "UInt", "UInt8", "Uint16", "Uint32", "UInt64"]
["Int", "Int8", "Int16", "Int32", "Int64", "UInt", "UInt8", "UInt16", "UInt32", "UInt64"]
or
this instanceof BuiltinIntegerType
}
Expand Down

0 comments on commit 7f5344e

Please sign in to comment.