Data flow: No magic in returnFlowCallableCand.

cf https://github.com/Semmle/ql/pull/3142
This commit is contained in:
Max Schaefer
2020-03-30 09:22:03 +01:00
parent c9ba6dd672
commit aabe2f2f82

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
) {