mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Sync FlowSummaryImpl.qll
Done using sync-files.py
This commit is contained in:
@@ -921,13 +921,15 @@ module Private {
|
||||
|
||||
private predicate inputNeedsReference(string c) {
|
||||
c = "Argument" or
|
||||
parseArg(c, _)
|
||||
parseArg(c, _) or
|
||||
inputNeedsReferenceSpecific(c)
|
||||
}
|
||||
|
||||
private predicate outputNeedsReference(string c) {
|
||||
c = "Argument" or
|
||||
parseArg(c, _) or
|
||||
c = "ReturnValue"
|
||||
c = "ReturnValue" or
|
||||
outputNeedsReferenceSpecific(c)
|
||||
}
|
||||
|
||||
private predicate sourceElementRef(InterpretNode ref, string output, string kind) {
|
||||
|
||||
Reference in New Issue
Block a user