mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
QL: This is slightly faster without magic.
This commit is contained in:
@@ -283,6 +283,7 @@ private predicate qualifier(TypeExpr te, FileOrModule m, boolean public, string
|
||||
)
|
||||
}
|
||||
|
||||
pragma[nomagic]
|
||||
private predicate defines(FileOrModule m, string name, Type t, boolean public) {
|
||||
exists(Class ty | t = TClass(ty) |
|
||||
getEnclosingModule(ty) = m and
|
||||
|
||||
Reference in New Issue
Block a user