File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1009,7 +1009,7 @@ class CastNode extends Node {
10091009}
10101010
10111011cached
1012- newtype TDataFlowCallable =
1012+ private newtype TDataFlowCallable =
10131013 TSourceCallable ( Cpp:: Declaration decl ) or
10141014 TSummarizedCallable ( FlowSummaryImpl:: Public:: SummarizedCallable c )
10151015
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ private newtype TIRDataFlowNode =
6666 TFinalGlobalValue ( Ssa:: GlobalUse globalUse ) or
6767 TInitialGlobalValue ( Ssa:: GlobalDef globalUse ) or
6868 TBodyLessParameterNodeImpl ( Parameter p , int indirectionIndex ) {
69- not exists ( TSummarizedCallable ( p .getFunction ( ) ) ) and
7069 // Rule out parameters of catch blocks.
7170 not exists ( p .getCatchBlock ( ) ) and
7271 // We subtract one because `getMaxIndirectionsForType` returns the maximum
You can’t perform that action at this time.
0 commit comments