mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
JS: loosen qldoc for barrierGuardIsRelevant
This commit is contained in:
committed by
GitHub
parent
66fd566b66
commit
4dac835bb0
@@ -354,7 +354,7 @@ private predicate barrierGuardBlocksExpr(
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `guard` blocks the flow of a value reachable through exploratory flow.
|
||||
* Holds if `guard` may block the flow of a value reachable through exploratory flow.
|
||||
*/
|
||||
pragma[noinline]
|
||||
private predicate barrierGuardIsRelevant(BarrierGuardNode guard) {
|
||||
|
||||
Reference in New Issue
Block a user