We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9527fd + 03b12db commit 51bab81Copy full SHA for 51bab81
cpp/ql/src/semmle/code/cpp/Location.qll
@@ -72,6 +72,7 @@ class Location extends @location {
72
}
73
74
/** Holds if `this` comes on a line strictly before `l`. */
75
+ pragma[inline]
76
predicate isBefore(Location l) {
77
this.getFile() = l.getFile() and this.getEndLine() < l.getStartLine()
78
0 commit comments