We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d2b86 commit 74f61dcCopy full SHA for 74f61dc
cpp/ql/test/library-tests/arg_matching/arg_matching.ql
@@ -2,6 +2,5 @@ import cpp
2
import semmle.code.cpp.ir.implementation.raw.internal.VarArgs
3
4
from Call call, int argIndex, int paramIndex
5
-where
6
- paramIndex = getParameterIndexForArgument(call, argIndex)
+where paramIndex = getParameterIndexForArgument(call, argIndex)
7
select call, argIndex, paramIndex
0 commit comments