mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Overlay: Add missing overlay[caller?] annotation
This commit is contained in:
@@ -440,6 +440,7 @@ private module CustomGuardInput implements Guards_v2::CustomGuardInputSig {
|
||||
}
|
||||
|
||||
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
|
||||
overlay[caller?]
|
||||
pragma[inline]
|
||||
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) { ppos = apos }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user