mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Swift: make a TODO more assertive as there is a draft PR already
This commit is contained in:
@@ -49,7 +49,7 @@ static void archiveFile(const SwiftExtractorConfiguration& config, swift::Source
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: This should be factored out/replaced with simplified version of custom mangling
|
||||
// TODO: This will be factored out/replaced with a simplified version of custom mangling
|
||||
static std::string mangledDeclName(const swift::ValueDecl& decl) {
|
||||
std::string_view moduleName = decl.getModuleContext()->getRealName().str();
|
||||
// ASTMangler::mangleAnyDecl crashes when called on `ModuleDecl`
|
||||
|
||||
Reference in New Issue
Block a user