Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fbbc2b

Browse files
committed
C++: Improve QLDoc.
1 parent ce52cbb commit 8fbbc2b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,8 @@ class SummaryCall extends DataFlowCall, TSummaryCall {
11541154
SummaryCall() { this = TSummaryCall(c, receiver) }
11551155

11561156
/**
1157-
* Gets the data flow node that this call targets.
1157+
* Gets the data flow node that holds the address of the function this call
1158+
* targets.
11581159
*/
11591160
FlowSummaryImpl::Private::SummaryNode getReceiver() { result = receiver }
11601161

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ class FlowSummaryNode extends Node, TFlowSummaryNode {
747747
FlowSummaryImpl::Private::SummaryNode getSummaryNode() { this = TFlowSummaryNode(result) }
748748

749749
/**
750-
* TODO: QLDoc.
750+
* Gets the summarized callable that this node belongs to.
751751
*/
752752
FlowSummaryImpl::Public::SummarizedCallable getSummarizedCallable() {
753753
result = this.getSummaryNode().getSummarizedCallable()

0 commit comments

Comments
 (0)