summaryrefslogtreecommitdiffstats
path: root/clangd/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/Protocol.h')
-rw-r--r--clangd/Protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/Protocol.h b/clangd/Protocol.h
index 1b91b3c1..3decf6fa 100644
--- a/clangd/Protocol.h
+++ b/clangd/Protocol.h
@@ -380,7 +380,7 @@ json::Expr toJSON(const WorkspaceEdit &WE);
/// one argument type will be parsed and set.
struct ExecuteCommandParams {
// Command to apply fix-its. Uses WorkspaceEdit as argument.
- const static std::string CLANGD_APPLY_FIX_COMMAND;
+ const static llvm::StringLiteral CLANGD_APPLY_FIX_COMMAND;
/// The command identifier, e.g. CLANGD_APPLY_FIX_COMMAND
std::string command;