mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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]
|
pragma[noinline]
|
||||||
private predicate barrierGuardIsRelevant(BarrierGuardNode guard) {
|
private predicate barrierGuardIsRelevant(BarrierGuardNode guard) {
|
||||||
|
|||||||
Reference in New Issue
Block a user