Add stub implementations for isUnreachableInCall()

This commit is contained in:
Tom Hvitved
2019-09-24 15:02:18 +02:00
committed by Anders Schack-Mulligen
parent eabfa31767
commit ee5503146e
3 changed files with 6 additions and 0 deletions

View File

@@ -1357,3 +1357,5 @@ class DataFlowExpr = DotNet::Expr;
class DataFlowType = DotNet::Type;
class DataFlowLocation = Location;
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation