feat: introduce any type alias for llvm::json::Value

This commit is contained in:
Myriad-Dreamin
2026-01-10 23:00:12 +08:00
parent 6be48bccd2
commit 0e2e487bc9
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ namespace clice::proto {
struct ExecuteCommandParams {
string command;
array<llvm::json::Value> arguments;
array<any> arguments;
};
struct TextDocumentParams {