mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Fix formatting
This commit is contained in:
@@ -2,6 +2,5 @@ import cpp
|
||||
import semmle.code.cpp.ir.implementation.raw.internal.VarArgs
|
||||
|
||||
from Call call, int argIndex, int paramIndex
|
||||
where
|
||||
paramIndex = getParameterIndexForArgument(call, argIndex)
|
||||
where paramIndex = getParameterIndexForArgument(call, argIndex)
|
||||
select call, argIndex, paramIndex
|
||||
|
||||
Reference in New Issue
Block a user