Skip to content

Commit 5096ce4

Browse files
committed
Overlay: Add missing overlay[caller?] annotation
1 parent da1b99b commit 5096ce4

File tree

1 file changed

+1
-0
lines changed
  • java/ql/lib/semmle/code/java/controlflow

1 file changed

+1
-0
lines changed

java/ql/lib/semmle/code/java/controlflow/Guards.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ private module CustomGuardInput implements Guards_v2::CustomGuardInputSig {
440440
}
441441

442442
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
443+
overlay[caller?]
443444
pragma[inline]
444445
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) { ppos = apos }
445446

0 commit comments

Comments
 (0)