Skip to content

Commit 1e24873

Browse files
committed
address #4932,fix for errors of Binding behavior
1 parent b794fcb commit 1e24873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/codeql/ql-language-reference/predicates.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Here are a few examples of infinite predicates:
226226
Compilation errors:
227227
ERROR: "i" is not bound to a value.
228228
ERROR: "result" is not bound to a value.
229+
ERROR: expression is not bound to a value.
229230
*/
230231
int multiplyBy4(int i) {
231232
result = i * 4

0 commit comments

Comments
 (0)