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 d67dae8 commit 2252936Copy full SHA for 2252936
cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
@@ -125,7 +125,7 @@ private class ScrutineeValueNumber extends ValueNumber {
125
SwitchInstruction getSwitchInstruction() { result = switch }
126
127
/** Gets an expression that belongs to this value number. */
128
- SwitchInstruction getExpressionInstruction() { result = scrutinee }
+ Instruction getExpressionInstruction() { result = scrutinee }
129
}
130
131
/**
0 commit comments