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 ecb5e7a commit ba13d7fCopy full SHA for ba13d7f
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll
@@ -908,11 +908,6 @@ private module SsaInput implements SsaImplCommon::InputSig<Location> {
908
exists(UseImpl use | use.hasIndexInBlock(bb, i, v) |
909
if use.isCertain() then certain = true else certain = false
910
)
911
- or
912
- exists(GlobalUse global |
913
- global.hasIndexInBlock(bb, i, v) and
914
- certain = true
915
- )
916
}
917
918
0 commit comments