mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
C++: Fix import conflict.
This commit is contained in:
@@ -18,4 +18,6 @@ module CppDataFlow implements InputSig {
|
|||||||
import Public
|
import Public
|
||||||
|
|
||||||
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
|
Node exprNode(DataFlowExpr e) { result = Public::exprNode(e) }
|
||||||
|
|
||||||
|
predicate getAdditionalFlowIntoCallNodeTerm = Private::getAdditionalFlowIntoCallNodeTerm/2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user