We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c104a0a commit 6b025dbCopy full SHA for 6b025db
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -482,6 +482,7 @@ private string getTypeNameWithoutClassTemplates(Function f, int n, int remaining
482
)
483
}
484
485
+/** Gets the string representation of the `i`'th parameter of `c`. */
486
private string getParameterTypeName(Function c, int i) {
487
result = getTypeNameWithoutClassTemplates(c, i, 0)
488
0 commit comments