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

Skip to content

Commit d1fc700

Browse files
committed
C++: Fill out some QLDoc.
1 parent 7675f15 commit d1fc700

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ private class SideEffectArgumentNode extends ArgumentNode, SideEffectOperandNode
392392
}
393393

394394
/**
395-
* TODO: QLDoc.
395+
* An argument node that is part of a summary.
396396
*/
397397
class SummaryArgumentNode extends ArgumentNode, FlowSummaryNode {
398398
private SummaryCall call_;
@@ -550,6 +550,9 @@ class ReturnIndirectionNode extends IndirectReturnNode, ReturnNode {
550550
}
551551
}
552552

553+
/**
554+
* An return node that is part of a summary.
555+
*/
553556
private class SummaryReturnNode extends ReturnNode, FlowSummaryNode {
554557
private ReturnKind rk;
555558

@@ -715,7 +718,7 @@ private class SideEffectOutNode extends OutNode, IndirectArgumentOutNode {
715718
}
716719

717720
/**
718-
* TODO: QLDoc.
721+
* An output node that is part of a summary.
719722
*/
720723
private class SummaryOutNode extends OutNode, FlowSummaryNode {
721724
private SummaryCall call;

0 commit comments

Comments
 (0)