mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #3045 from Semmle/esbena-patch-2
JS: loosen qldoc for `barrierGuardIsRelevant`
This commit is contained in:
@@ -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