mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
(clean-up) Move comment
This commit is contained in:
@@ -1184,8 +1184,8 @@ abstract class BarrierGuard extends Node {
|
||||
fd.getFunction() = f and
|
||||
localFlow(inp.getExitNode(fd), arg) and
|
||||
ret = outp.getEntryNode(fd) and
|
||||
// Case: a function like "if someBarrierGuard(arg) { return true } else { return false }"
|
||||
(
|
||||
// Case: a function like "if someBarrierGuard(arg) { return true } else { return false }"
|
||||
exists(ControlFlow::ConditionGuardNode guard |
|
||||
guards(guard, arg) and
|
||||
guard.dominates(ret.getBasicBlock())
|
||||
|
||||
Reference in New Issue
Block a user