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

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-01-06 13:30:59 +00:00
committed by GitHub
parent bfd18bc3e3
commit f3085fc865

View File

@@ -504,7 +504,7 @@ private string withSpecifiers(string s, Type t) {
}
/**
* Gets the string version of `t`. The boolean `needsSpace` is `true`
* Gets the string version of `t`, after resolving typedefs. The boolean `needsSpace` is `true`
* if a space should be appended before concatenating any additional symbols
* (such as `*` or `&`) when recursively constructing the type name.
*/