mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Autoformat
This commit is contained in:
@@ -34,7 +34,7 @@ module Raw {
|
||||
|
||||
cached
|
||||
predicate functionHasIR(Function func) { exists(getTranslatedFunction(func)) }
|
||||
|
||||
|
||||
cached
|
||||
predicate varHasIRFunc(GlobalOrNamespaceVariable var) { any() } // TODO: restrict?
|
||||
|
||||
|
||||
@@ -955,4 +955,4 @@ abstract class TranslatedRootElement extends TranslatedElement {
|
||||
or
|
||||
this instanceof TTranslatedGlobalOrNamespaceVarInit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user