We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093c690 commit 883543fCopy full SHA for 883543f
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -894,7 +894,7 @@ int accessPathLimit() { result = 5 }
894
* Holds if access paths with `c` at their head always should be tracked at high
895
* precision. This disables adaptive access path precision for such access paths.
896
*/
897
-predicate forceHighPrecision(Content c) { none() }
+predicate forceHighPrecision(Content c) { c instanceof Content::ArrayContent }
898
899
/**
900
* Holds if the node `n` is unreachable when the call context is `call`.
0 commit comments