mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05: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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,9 +9,7 @@ class OpaqueTypeTag = CSharp::ValueOrRefType;
|
||||
class Function = CSharp::Callable;
|
||||
|
||||
class GlobalVariable extends CSharp::Field {
|
||||
GlobalVariable() {
|
||||
this.isStatic()
|
||||
}
|
||||
GlobalVariable() { this.isStatic() }
|
||||
}
|
||||
|
||||
class Declaration = CSharp::Declaration;
|
||||
|
||||
Reference in New Issue
Block a user