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 a08bf30 commit ac7bcb5Copy full SHA for ac7bcb5
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -3921,7 +3921,7 @@ SwiftASTContext::GetModuleImportProgressRAII(std::string category) {
3921
category);
3922
}
3923
3924
-static const char *g_invalid_context =
+static constexpr llvm::StringLiteral g_invalid_context =
3925
"could not initialize Swift compiler, run swift-healthcheck for more info";
3926
3927
llvm::Expected<swift::ModuleDecl &>
0 commit comments