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 da1b99b commit 5096ce4Copy full SHA for 5096ce4
java/ql/lib/semmle/code/java/controlflow/Guards.qll
@@ -440,6 +440,7 @@ private module CustomGuardInput implements Guards_v2::CustomGuardInputSig {
440
}
441
442
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
443
+ overlay[caller?]
444
pragma[inline]
445
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) { ppos = apos }
446
0 commit comments