mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java/C++/C#: Address review comment.
This commit is contained in:
@@ -431,7 +431,7 @@ class BarrierGuard extends Guard {
|
||||
/** Holds if this guard validates `e` upon evaluating to `branch`. */
|
||||
abstract predicate checks(Expr e, boolean branch);
|
||||
|
||||
/** Gets a node guarded by this. */
|
||||
/** Gets a node guarded by this guard. */
|
||||
final Node getAGuardedNode() {
|
||||
exists(SsaVariable v, boolean branch, RValue use |
|
||||
this.checks(v.getAUse(), branch) and
|
||||
|
||||
Reference in New Issue
Block a user