We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d7ab9 commit 662e749Copy full SHA for 662e749
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -1012,9 +1012,7 @@ class CastNode extends Node {
1012
1013
cached
1014
newtype TDataFlowCallable =
1015
- TSourceCallable(Cpp::Declaration decl) {
1016
- not decl instanceof FlowSummaryImpl::Public::SummarizedCallable
1017
- } or
+ TSourceCallable(Cpp::Declaration decl) or
1018
TSummarizedCallable(FlowSummaryImpl::Public::SummarizedCallable c)
1019
1020
/**
0 commit comments