Skip to content

Commit ff62afb

Browse files
committed
C++: Rename parameter to b to match QLDoc
1 parent b13535a commit ff62afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ VariableAccess getAnAccessToAssignedVariable(Expr assign) {
684684
*/
685685
class BarrierGuard extends GuardCondition {
686686
/** Override this predicate to hold if this guard validates `e` upon evaluating to `b`. */
687-
abstract predicate checks(Expr e, boolean branch);
687+
abstract predicate checks(Expr e, boolean b);
688688

689689
/** Gets a node guarded by this guard. */
690690
final ExprNode getAGuardedNode() {

0 commit comments

Comments
 (0)