mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Merge pull request #9159 from github/nickrolfe/join_order_tweak
Ruby: tweak join order in `API::Impl::edge`
This commit is contained in:
@@ -576,7 +576,7 @@ module API {
|
||||
use(pred, a) and
|
||||
use(succ, b) and
|
||||
resolveConstant(b.asExpr().getExpr()) = resolveConstantWriteAccess(c) and
|
||||
c.getSuperclassExpr() = a.asExpr().getExpr() and
|
||||
pragma[only_bind_into](c).getSuperclassExpr() = a.asExpr().getExpr() and
|
||||
lbl = Label::subclass()
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user