mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Swift: define ImportDecl:imported_module optional
This commit is contained in:
@@ -311,7 +311,7 @@ IfConfigClause:
|
||||
ImportDecl:
|
||||
_extends: Decl
|
||||
is_exported: predicate
|
||||
imported_module: ModuleDecl
|
||||
imported_module: ModuleDecl? # may be none in inactive #if clauses
|
||||
declarations: ValueDecl*
|
||||
|
||||
MissingMemberDecl:
|
||||
|
||||
Reference in New Issue
Block a user