feat: introduce any type alias for llvm::json::Value
This commit is contained in:
@@ -6,7 +6,7 @@ namespace clice::proto {
|
||||
|
||||
struct ExecuteCommandParams {
|
||||
string command;
|
||||
array<llvm::json::Value> arguments;
|
||||
array<any> arguments;
|
||||
};
|
||||
|
||||
struct TextDocumentParams {
|
||||
|
||||
Reference in New Issue
Block a user