some update.
This commit is contained in:
@@ -12,11 +12,12 @@ class Server {
|
||||
uv_pipe_t stdin_pipe;
|
||||
|
||||
public:
|
||||
int initialize();
|
||||
int start();
|
||||
int exit();
|
||||
|
||||
public:
|
||||
void handle_message(std::string_view message);
|
||||
|
||||
// LSP methods
|
||||
void initialize();
|
||||
};
|
||||
|
||||
} // namespace clice
|
||||
|
||||
10
include/Support/JSON.h
Normal file
10
include/Support/JSON.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <llvm/Support/JSON.h>
|
||||
|
||||
namespace clice {
|
||||
|
||||
template <typename T = llvm::json::Object>
|
||||
class JSON {
|
||||
|
||||
private:
|
||||
};
|
||||
} // namespace clice
|
||||
Reference in New Issue
Block a user