Skip to content

Commit 3d552d7

Browse files
committed
Swift: Simplify FloatPoint model now that it works to do so.
1 parent 3265d49 commit 3d552d7

File tree

1 file changed

+1
-1
lines changed
  • swift/ql/lib/codeql/swift/frameworks/StandardLibrary

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Numeric.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private class NumericFieldsInheritTaint extends TaintInheritingContent,
8989
)
9090
or
9191
(
92-
className = ["Double", "Float", "Float80", "FloatingPoint"] and
92+
className = "FloatingPoint" and
9393
fieldName = ["exponent", "significand"]
9494
)
9595
or

0 commit comments

Comments
 (0)