Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa1b13 commit 7530dc2Copy full SHA for 7530dc2
1 file changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -308,4 +308,4 @@ predicate isImmutableOrUnobservable(Node n) {
308
}
309
310
/** Holds if `n` should be hidden from path explanations. */
311
-predicate nodeIsHidden(Node n) { none() }
+predicate nodeIsHidden(Node n) { n instanceof OperandNode }
0 commit comments