Skip to content

Commit 6b025db

Browse files
committed
C++: Add QLDoc to 'getParameterTypeName'.
1 parent c104a0a commit 6b025db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ private string getTypeNameWithoutClassTemplates(Function f, int n, int remaining
482482
)
483483
}
484484

485+
/** Gets the string representation of the `i`'th parameter of `c`. */
485486
private string getParameterTypeName(Function c, int i) {
486487
result = getTypeNameWithoutClassTemplates(c, i, 0)
487488
}

0 commit comments

Comments
 (0)