mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C++: (Bugfix 1) There should be a callable representing the source code even if there is a summarized version.
This commit is contained in:
@@ -1012,9 +1012,7 @@ class CastNode extends Node {
|
||||
|
||||
cached
|
||||
newtype TDataFlowCallable =
|
||||
TSourceCallable(Cpp::Declaration decl) {
|
||||
not decl instanceof FlowSummaryImpl::Public::SummarizedCallable
|
||||
} or
|
||||
TSourceCallable(Cpp::Declaration decl) or
|
||||
TSummarizedCallable(FlowSummaryImpl::Public::SummarizedCallable c)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user