mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
As `ASTMangler` crashes when called on `ModuleDecl`, we simply use its name. This might probably not work reliably in a scenario where multiple modules are compiled with the same name (like `main`), but this is left for future work. At the moment this cannot create DB inconsistencies.
2 lines
45 B
Swift
2 lines
45 B
Swift
//codeql-extractor-options: -module-name Foo
|