We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01552c commit c7ff2f5Copy full SHA for c7ff2f5
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll
@@ -1174,7 +1174,7 @@ class DefinitionExt extends SsaImpl::DefinitionExt {
1174
* Gets a definition that ultimately defines this SSA definition and is
1175
* not itself a phi node.
1176
*/
1177
- final DefinitionExt getAnUltimateDefinition() {
+ final Definition getAnUltimateDefinition() {
1178
result = this.getAPhiInputOrPriorDefinition*() and
1179
not result instanceof PhiNode
1180
}
0 commit comments