mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Fix Code Scanning alert.
This commit is contained in:
@@ -677,7 +677,7 @@ private string getTypeNameWithoutFunctionTemplates(Function f, int n, int remain
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the largest index of a template parameter of `templateFunction` that
|
* Gets the largest index of a template parameter of `templateClass` that
|
||||||
* is a type template parameter.
|
* is a type template parameter.
|
||||||
*/
|
*/
|
||||||
private int getLastTypeTemplateClassParameterIndex(Class templateClass) {
|
private int getLastTypeTemplateClassParameterIndex(Class templateClass) {
|
||||||
|
|||||||
Reference in New Issue
Block a user