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 c023af7 commit bdab57bCopy full SHA for bdab57b
javascript/ql/lib/semmle/javascript/GlobalAccessPaths.qll
@@ -381,7 +381,7 @@ module AccessPath {
381
result.getImmediateDominator() = writeNode.getBasicBlock()
382
)
383
or
384
- result.getImmediateDominator() = getASuccessorBBThatReadsVar(write) // more manual magic - outlined into a helper predicate.
+ result.getImmediateDominator() = getASuccessorBBThatReadsVar(write)
385
}
386
387
0 commit comments