C++: Update more QLDoc.

This commit is contained in:
Geoffrey White
2024-04-08 12:31:49 +01:00
parent ec515f967d
commit b2b2c2016c

View File

@@ -385,7 +385,8 @@ private class SideEffectArgumentNode extends ArgumentNode, SideEffectOperandNode
}
/**
* An argument node that is part of a summary.
* An argument node that is part of a summary. These only occur when the
* summary contains a synthesized call.
*/
class SummaryArgumentNode extends ArgumentNode, FlowSummaryNode {
private SummaryCall call_;
@@ -1127,7 +1128,7 @@ class DataFlowCall extends TDataFlowCall {
}
/**
* TODO: QLDoc.
* A function call relevant for data flow, that exists in source code.
*/
private class NormalCall extends DataFlowCall, TNormalCall {
private CallInstruction call;