C++: move ResolveCall.qll out of internal directory

This commit is contained in:
Robert Marsh
2021-09-22 11:54:47 -07:00
parent 21ed5c430d
commit 8faeab18b9
3 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
import cpp
import PrintfLike
private import semmle.code.cpp.ir.dataflow.internal.ResolveCall
private import semmle.code.cpp.ir.dataflow.ResolveCall
bindingset[index]
private string toCause(Function func, int index) {