Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507ada1 commit 103932fCopy full SHA for 103932f
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll
@@ -151,8 +151,6 @@ module SourceSinkInterpretationInput implements
151
/** Gets the call that this node corresponds to, if any. */
152
DataFlowCall asCall() {
153
this.asElement() = result.asCallInstruction().getUnconvertedResultExpression()
154
- // TODO: or summary call?
155
- // ??? this.asNode().(FlowSummaryNode).getSummaryNode() = result.(SummaryCall).getReceiver()
156
}
157
158
/** Gets the callable that this node corresponds to, if any. */
0 commit comments