We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ed66a commit d81dc27Copy full SHA for d81dc27
swift/extractor/SwiftExtractor.cpp
@@ -49,7 +49,7 @@ static void archiveFile(const SwiftExtractorConfiguration& config, swift::Source
49
}
50
51
52
-// 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
53
static std::string mangledDeclName(const swift::ValueDecl& decl) {
54
std::string_view moduleName = decl.getModuleContext()->getRealName().str();
55
// ASTMangler::mangleAnyDecl crashes when called on `ModuleDecl`
0 commit comments