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:
Mathias Vorreiter Pedersen
2025-11-24 12:17:06 +00:00
committed by GitHub
parent 98879d0f1a
commit fd566780a6

View File

@@ -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 |