We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2bd30 commit ca53a8eCopy full SHA for ca53a8e
1 file changed
cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
@@ -63,8 +63,8 @@ module GuardsInput implements SharedGuards::InputSig<Cpp::Location, Instruction,
63
int asIntegerValue() { none() }
64
65
/**
66
- * Holds if this expression is a C/C++ specific constant value such as
67
- * a GCC case range.
+ * Holds if this expression is a C/C++ specific constant value.
+ * This currently never holds in C/C++.
68
*/
69
ConstantValue asConstantValue() { none() }
70
}
0 commit comments