We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1a74e commit eda6821Copy full SHA for eda6821
1 file changed
cpp/common/src/codingstandards/cpp/Ordering.qll
@@ -137,7 +137,7 @@ module Ordering {
137
exists(Call call, Expr qual, Expr arg |
138
call.getQualifier() = qual and
139
call.getAnArgument() = arg
140
- |
+ |
141
qual = n1.toExpr().getParent*() and arg = n2.toExpr().getParent*()
142
)
143
or
@@ -213,5 +213,4 @@ module Ordering {
213
214
Location getLocation() { result = toExpr().getLocation() }
215
}
216
-
217
0 commit comments