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 {
1009
1009
}
1010
1010
1011
1011
cached
1012
- newtype TDataFlowCallable =
1012
+ private newtype TDataFlowCallable =
1013
1013
TSourceCallable ( Cpp:: Declaration decl ) or
1014
1014
TSummarizedCallable ( FlowSummaryImpl:: Public:: SummarizedCallable c )
1015
1015
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ private newtype TIRDataFlowNode =
66
66
TFinalGlobalValue ( Ssa:: GlobalUse globalUse ) or
67
67
TInitialGlobalValue ( Ssa:: GlobalDef globalUse ) or
68
68
TBodyLessParameterNodeImpl ( Parameter p , int indirectionIndex ) {
69
- not exists ( TSummarizedCallable ( p .getFunction ( ) ) ) and
70
69
// Rule out parameters of catch blocks.
71
70
not exists ( p .getCatchBlock ( ) ) and
72
71
// We subtract one because `getMaxIndirectionsForType` returns the maximum
You can’t perform that action at this time.
0 commit comments