We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66da997 commit ae278fcCopy full SHA for ae278fc
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplSpecific.qll
@@ -18,4 +18,6 @@ module CppDataFlow implements InputSig {
18
import Public
19
20
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
21
+
22
+ predicate getAdditionalFlowIntoCallNodeTerm = Private::getAdditionalFlowIntoCallNodeTerm/2;
23
}
0 commit comments