mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Swift: implement imported_ and exported_modules
This has expanded the required builtin symbols.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
| file://:0:0:0:0 | Foo | getModule: | file://:0:0:0:0 | Foo | getInterfaceType: | module<Foo> | getName: | Foo | isBuiltinModule: | no | isSystemModule: | no |
|
||||
| file://:0:0:0:0 | __ObjC | getModule: | file://:0:0:0:0 | __ObjC | getInterfaceType: | module<__ObjC> | getName: | __ObjC | isBuiltinModule: | no | isSystemModule: | no |
|
||||
| file://:0:0:0:0 | default_module_name | getModule: | file://:0:0:0:0 | default_module_name | getInterfaceType: | module<default_module_name> | getName: | default_module_name | isBuiltinModule: | no | isSystemModule: | no |
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
| file://:0:0:0:0 | Foo | 0 | file://:0:0:0:0 | Swift |
|
||||
| file://:0:0:0:0 | Foo | 1 | file://:0:0:0:0 | _Concurrency |
|
||||
| file://:0:0:0:0 | Foo | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
|
||||
| file://:0:0:0:0 | __ObjC | 0 | file://:0:0:0:0 | Swift |
|
||||
| file://:0:0:0:0 | default_module_name | 0 | file://:0:0:0:0 | Swift |
|
||||
| file://:0:0:0:0 | default_module_name | 1 | file://:0:0:0:0 | _Concurrency |
|
||||
| file://:0:0:0:0 | default_module_name | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
|
||||
@@ -0,0 +1 @@
|
||||
| file://:0:0:0:0 | Foo | 0 | file://:0:0:0:0 | Swift |
|
||||
@@ -0,0 +1,7 @@
|
||||
| file://:0:0:0:0 | Foo | 0 | file://:0:0:0:0 | Swift |
|
||||
| file://:0:0:0:0 | Foo | 1 | file://:0:0:0:0 | _Concurrency |
|
||||
| file://:0:0:0:0 | Foo | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
|
||||
| file://:0:0:0:0 | __ObjC | 0 | file://:0:0:0:0 | Swift |
|
||||
| file://:0:0:0:0 | default_module_name | 0 | file://:0:0:0:0 | Swift |
|
||||
| file://:0:0:0:0 | default_module_name | 1 | file://:0:0:0:0 | _Concurrency |
|
||||
| file://:0:0:0:0 | default_module_name | 2 | file://:0:0:0:0 | SwiftOnoneSupport |
|
||||
@@ -1 +1,2 @@
|
||||
//codeql-extractor-options: -module-name Foo
|
||||
@_exported import Swift
|
||||
|
||||
Reference in New Issue
Block a user