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 aa5e0c3 commit cb1ca4cCopy full SHA for cb1ca4c
rust/ql/lib/codeql/rust/controlflow/internal/Completion.qll
@@ -62,7 +62,7 @@ abstract class ConditionalCompletion extends NormalCompletion {
62
abstract ConditionalCompletion getDual();
63
}
64
65
-/** Holds if node `n` has the Boolean constant value `value`. */
+/** Holds if node `le` has the Boolean constant value `value`. */
66
private predicate isBooleanConstant(LiteralExpr le, Boolean value) {
67
le.getTextValue() = value.toString()
68
0 commit comments