mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
mark the implements of a module as being alive
This commit is contained in:
@@ -167,6 +167,9 @@ private AstNode aliveStep(AstNode prev) {
|
||||
or
|
||||
// a module parameter is alive is the module is alive
|
||||
prev.(Module).hasParameter(_, _, result)
|
||||
or
|
||||
// the implements of a module
|
||||
result = prev.(Module).getImplements(_)
|
||||
}
|
||||
|
||||
private AstNode deprecated() {
|
||||
|
||||
Reference in New Issue
Block a user