mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
C++: move resolveCall to its own file for perf
This avoids a performance issue in DataFlowImpl::localFlowStep when the DataFlow::Configuration subclasses in DefaultTaintTracking are active in the same query as other Configuration subclasses. ResolveCall.qll is kept internal for the moment.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
import cpp
|
||||
import PrintfLike
|
||||
private import TaintTracking
|
||||
private import semmle.code.cpp.ir.dataflow.internal.ResolveCall
|
||||
|
||||
bindingset[index]
|
||||
private string toCause(Function func, int index) {
|
||||
|
||||
Reference in New Issue
Block a user