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

Skip to content

Commit b2b2c20

Browse files
committed
C++: Update more QLDoc.
1 parent ec515f9 commit b2b2c20

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ private class SideEffectArgumentNode extends ArgumentNode, SideEffectOperandNode
385385
}
386386

387387
/**
388-
* An argument node that is part of a summary.
388+
* An argument node that is part of a summary. These only occur when the
389+
* summary contains a synthesized call.
389390
*/
390391
class SummaryArgumentNode extends ArgumentNode, FlowSummaryNode {
391392
private SummaryCall call_;
@@ -1127,7 +1128,7 @@ class DataFlowCall extends TDataFlowCall {
11271128
}
11281129

11291130
/**
1130-
* TODO: QLDoc.
1131+
* A function call relevant for data flow, that exists in source code.
11311132
*/
11321133
private class NormalCall extends DataFlowCall, TNormalCall {
11331134
private CallInstruction call;

0 commit comments

Comments
 (0)