mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
import cpp
|
|
import semmle.code.cpp.ir.implementation.raw.internal.VarArgs
|
|
|
|
from Call call, int argIndex, int paramIndex
|
|
where paramIndex = getParameterIndexForArgument(call, argIndex)
|
|
select call, argIndex, paramIndex
|