mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +01:00
Merge pull request #6941 from RasmusWL/add-missing-noinline
Approved by tausbn
This commit is contained in:
@@ -183,6 +183,7 @@ class PyFunctionObject extends FunctionObject {
|
||||
}
|
||||
|
||||
/** Factored out to help join ordering */
|
||||
pragma[noinline]
|
||||
private predicate implicitlyReturns(Object none_, ClassObject noneType) {
|
||||
noneType = theNoneType() and
|
||||
not this.getFunction().isGenerator() and
|
||||
|
||||
Reference in New Issue
Block a user