Skip to content

Commit d81dc27

Browse files
committed
Swift: make a TODO more assertive as there is a draft PR already
1 parent 05ed66a commit d81dc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/SwiftExtractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static void archiveFile(const SwiftExtractorConfiguration& config, swift::Source
4949
}
5050
}
5151

52-
// TODO: This should be factored out/replaced with simplified version of custom mangling
52+
// TODO: This will be factored out/replaced with a simplified version of custom mangling
5353
static std::string mangledDeclName(const swift::ValueDecl& decl) {
5454
std::string_view moduleName = decl.getModuleContext()->getRealName().str();
5555
// ASTMangler::mangleAnyDecl crashes when called on `ModuleDecl`

0 commit comments

Comments
 (0)