mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
import cpp
|
|
import semmle.code.cpp.dataflow.ExternalFlow
|
|
import ExternalFlowDebug
|
|
|
|
query predicate signatureMatches = signatureMatches_debug/5;
|
|
|
|
query predicate getSignatureParameterName = getSignatureParameterName_debug/4;
|
|
|
|
query predicate getParameterTypeName = getParameterTypeName_debug/2;
|