We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd1d2f commit f55ace8Copy full SHA for f55ace8
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll
@@ -498,7 +498,9 @@ class FinalParameterUse extends UseImpl, TFinalParameterUse {
498
499
int getArgumentIndex() { result = p.getIndex() }
500
501
- override Node getNode() { finalParameterNodeHasParameterAndIndex(result, p, indirectionIndex) }
+ override FinalParameterNode getNode() {
502
+ finalParameterNodeHasParameterAndIndex(result, p, indirectionIndex)
503
+ }
504
505
override int getIndirection() { result = indirectionIndex + 1 }
506
0 commit comments