clang-tools
7.0.0
|
Clangd extension to set clangd-specific "initializationOptions" in the "initialize" request and for the "workspace/didChangeConfiguration" notification since the data received is described as 'any' type in LSP. More...
#include <Protocol.h>
Public Attributes | |
llvm::Optional< std::string > | compilationDatabasePath |
Clangd extension to set clangd-specific "initializationOptions" in the "initialize" request and for the "workspace/didChangeConfiguration" notification since the data received is described as 'any' type in LSP.
Definition at line 328 of file Protocol.h.
llvm::Optional<std::string> clang::clangd::ClangdConfigurationParamsChange::compilationDatabasePath |
Definition at line 329 of file Protocol.h.
Referenced by clang::clangd::fromJSON().