mirror of
https://github.com/github/codeql.git
synced 2026-06-03 12:50:16 +02:00
enable new features for experimentation
This commit is contained in:
committed by
Esben Sparre Andreasen
parent
732b23c8f9
commit
9de20b681b
@@ -202,7 +202,16 @@ string getASupportedFeatureName() {
|
||||
f instanceof CalleeApiName or
|
||||
f instanceof CalleeAccessPath or
|
||||
f instanceof CalleeAccessPathWithStructuralInfo or
|
||||
f instanceof EnclosingFunctionBody
|
||||
f instanceof EnclosingFunctionBody or
|
||||
f instanceof ContextFunctionInterfaces or
|
||||
f instanceof ContextSurroundingFunctionParameters or
|
||||
f instanceof FileImports or
|
||||
f instanceof CalleeImports or
|
||||
f instanceof CalleeFlexibleAccessPath or
|
||||
f instanceof InputAccessPathFromCallee or
|
||||
f instanceof InputArgumentIndex or
|
||||
f instanceof AssignedToPropName or
|
||||
f instanceof StringConcatenatedWith
|
||||
).getName()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user