We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a237137 commit 69ed7c5Copy full SHA for 69ed7c5
1 file changed
cpp/ql/lib/semmle/code/cpp/Type.qll
@@ -1650,7 +1650,6 @@ class RoutineType extends Type, @routinetype {
1650
i = 0 and result = "" and not exists(this.getAParameterType())
1651
or
1652
(
1653
- exists(this.getParameterType(i)) and
1654
if i < max(int j | exists(this.getParameterType(j)))
1655
then
1656
// Not the last one
0 commit comments