mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
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:
committed by
GitHub
parent
75a3b6b613
commit
99ad184f57
@@ -557,7 +557,7 @@ string getParameterTypeWithoutTemplateArguments(Function f, int n) {
|
||||
// The name of the string can either be the possibly typedefed name
|
||||
// or an alternative name where typedefs has been resolved.
|
||||
// `getTypeName(t, _)` is almost equal to `t.resolveTypedefs().getName()`,
|
||||
// except that `t.resolveTypedefs()` doesn't have a result when the
|
||||
// except that `t.resolveTypedefs()` doesn't have a result when the
|
||||
// resulting type doesn't appear in the database.
|
||||
s = [t.getName(), getTypeName(t, _)] and
|
||||
parseAngles(s, base, _, specifiers) and
|
||||
|
||||
Reference in New Issue
Block a user