update command.

This commit is contained in:
ykiko
2024-09-21 21:54:07 +08:00
parent 3cbae14b63
commit 1b5a50e859
7 changed files with 59 additions and 47 deletions

View File

@@ -9,7 +9,6 @@ namespace clice {
struct Server {
using Handler = llvm::unique_function<void(json::Value, json::Value)>;
Scheduler scheduler;
CompilationDatabase CDB;
llvm::StringMap<Handler> handlers;
static Server instance;