mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Prevent Python join order regression
This commit is contained in:
@@ -1200,6 +1200,7 @@ predicate normalCallArg(CallNode call, Node arg, ArgumentPosition apos) {
|
|||||||
* time the bound method is used, such that the `clear()` call would essentially be
|
* time the bound method is used, such that the `clear()` call would essentially be
|
||||||
* translated into `l.clear()`, and we can still have use-use flow.
|
* translated into `l.clear()`, and we can still have use-use flow.
|
||||||
*/
|
*/
|
||||||
|
pragma[assume_small_delta]
|
||||||
cached
|
cached
|
||||||
predicate getCallArg(CallNode call, Function target, CallType type, Node arg, ArgumentPosition apos) {
|
predicate getCallArg(CallNode call, Function target, CallType type, Node arg, ArgumentPosition apos) {
|
||||||
Stages::DataFlow::ref() and
|
Stages::DataFlow::ref() and
|
||||||
|
|||||||
Reference in New Issue
Block a user