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 6e7256f commit b10696cCopy full SHA for b10696c
cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
@@ -106,8 +106,8 @@ private class CompareGEValueNumber extends CompareValueNumber {
106
}
107
108
/**
109
- * A value number such that at least one of the instructions is an
110
- * insruction that is used in a `SwitchInstruction`'s expression.
+ * A value number such that at least one of the instructions provides
+ * the integer value controlling a `SwitchInstruction`.
111
*/
112
private class ScrutineeValueNumber extends ValueNumber {
113
SwitchInstruction switch;
0 commit comments