Data flow: No magic in parameterThroughFlowCand

This commit is contained in:
Mathias Vorreiter Pedersen
2020-03-27 11:51:10 +01:00
parent 1975a83cdd
commit 9ab8580ca7

View File

@@ -548,6 +548,7 @@ private predicate throughFlowNodeCand(Node node, Configuration config) {
}
/** Holds if flow may return from `callable`. */
pragma[nomagic]
private predicate returnFlowCallableCand(
DataFlowCallable callable, ReturnKindExt kind, Configuration config
) {