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 93346a5 commit c35b385Copy full SHA for c35b385
cpp/ql/lib/semmle/code/cpp/Location.qll
@@ -73,7 +73,7 @@ class Location extends @location {
73
74
/** Holds if `this` comes on a line strictly before `l`. */
75
pragma[inline]
76
- predicate isBefore(Location l) { isBefore(l, false) }
+ predicate isBefore(Location l) { this.isBefore(l, false) }
77
78
/**
79
* Holds if `this` comes strictly before `l`. The boolean `sameLine` is
0 commit comments