Skip to content

Commit 7530dc2

Browse files
committed
C++: Hide operand nodes from path explanations to make the review diff smaller.
1 parent 5aa1b13 commit 7530dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,4 @@ predicate isImmutableOrUnobservable(Node n) {
308308
}
309309

310310
/** Holds if `n` should be hidden from path explanations. */
311-
predicate nodeIsHidden(Node n) { none() }
311+
predicate nodeIsHidden(Node n) { n instanceof OperandNode }

0 commit comments

Comments
 (0)