mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98879d0f1a
commit
fd566780a6
@@ -669,7 +669,7 @@ private string getTypeNameWithoutFunctionTemplates(Function f, int n, int remain
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Gets the `i`'th support template parameter for `templateClass`. */
|
/** Gets the `i`'th supported template parameter for `templateClass`. */
|
||||||
private Locatable getSupportedClassTemplateArgument(Class templateClass, int i) {
|
private Locatable getSupportedClassTemplateArgument(Class templateClass, int i) {
|
||||||
result =
|
result =
|
||||||
rank[i + 1](int j, TypeTemplateParameter ttp |
|
rank[i + 1](int j, TypeTemplateParameter ttp |
|
||||||
|
|||||||
Reference in New Issue
Block a user