mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Shared: Only make unlifted models in case the API itself is relevant.
This commit is contained in:
@@ -110,7 +110,10 @@ module ModelGeneratorInput implements ModelGeneratorInputSig<Location, JavaDataF
|
||||
|
||||
Callable lift() { result = lift }
|
||||
|
||||
predicate isRelevant() { relevant(this) }
|
||||
predicate isRelevant() {
|
||||
relevant(this) and
|
||||
not hasManualSummaryModel(this)
|
||||
}
|
||||
}
|
||||
|
||||
private string isExtensible(Callable c) {
|
||||
|
||||
Reference in New Issue
Block a user