C++: (Bugfix 1) There should be a callable representing the source code even if there is a summarized version.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-01-28 12:44:07 +00:00
parent 01d7ab93e2
commit 662e74924b

View File

@@ -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)
/**