зеркало из https://github.com/github/codeql.git
Address review comment
This commit is contained in:
Родитель
89a2381165
Коммит
d0eae97bcf
|
@ -757,6 +757,7 @@ predicate simpleLocalFlowStep(Node nodeFrom, Node nodeTo, string model) {
|
|||
|
|
||||
isUseStep = false
|
||||
or
|
||||
isUseStep = true and
|
||||
not FlowSummaryImpl::Private::Steps::prohibitsUseUseFlow(nodeFrom, _)
|
||||
)
|
||||
or
|
||||
|
|
|
@ -522,6 +522,7 @@ private module Cached {
|
|||
|
|
||||
isUseStep = false
|
||||
or
|
||||
isUseStep = true and
|
||||
not FlowSummaryImpl::Private::Steps::prohibitsUseUseFlow(nodeFrom, _)
|
||||
)
|
||||
or
|
||||
|
|
Загрузка…
Ссылка в новой задаче