We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b794fcb commit 1e24873Copy full SHA for 1e24873
docs/codeql/ql-language-reference/predicates.rst
@@ -226,6 +226,7 @@ Here are a few examples of infinite predicates:
226
Compilation errors:
227
ERROR: "i" is not bound to a value.
228
ERROR: "result" is not bound to a value.
229
+ ERROR: expression is not bound to a value.
230
*/
231
int multiplyBy4(int i) {
232
result = i * 4
0 commit comments