We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47c8ee commit 41e7ef1Copy full SHA for 41e7ef1
ql/lib/codeql/Locations.qll
@@ -52,6 +52,7 @@ class Location extends @location {
52
}
53
54
/** Holds if this location starts strictly before the specified location. */
55
+ pragma[inline]
56
predicate strictlyBefore(Location other) {
57
this.getStartLine() < other.getStartLine()
58
or
0 commit comments