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 b1b040a commit a259c61Copy full SHA for a259c61
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -3973,7 +3973,7 @@ SwiftASTContext::GetModuleImportProgressRAII(std::string category) {
3973
category);
3974
}
3975
3976
-static const char *g_invalid_context =
+static constexpr llvm::StringLiteral g_invalid_context =
3977
"could not initialize Swift compiler, run swift-healthcheck for more info";
3978
3979
llvm::Expected<swift::ModuleDecl &>
0 commit comments