clang-tools
8.0.0
|
Clangd extension: parameters configurable at any time, via the workspace/didChangeConfiguration
notification.
More...
#include <Protocol.h>
Public Attributes | |
std::map< std::string, ClangdCompileCommand > | compilationDatabaseChanges |
Clangd extension: parameters configurable at any time, via the workspace/didChangeConfiguration
notification.
LSP defines this type as any
.
Definition at line 381 of file Protocol.h.
std::map<std::string, ClangdCompileCommand> clang::clangd::ConfigurationSettings::compilationDatabaseChanges |
Definition at line 384 of file Protocol.h.
Referenced by clang::clangd::asCommand(), and clang::clangd::fromJSON().