clang-tools 20.0.0git
|
Clangd extension that's used in the 'compilationDatabaseChanges' in workspace/didChangeConfiguration to record updates to the in-memory compilation database. More...
#include <Protocol.h>
Public Attributes | |
std::string | workingDirectory |
std::vector< std::string > | compilationCommand |
Clangd extension that's used in the 'compilationDatabaseChanges' in workspace/didChangeConfiguration to record updates to the in-memory compilation database.
Definition at line 574 of file Protocol.h.
std::vector<std::string> clang::clangd::ClangdCompileCommand::compilationCommand |
Definition at line 576 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
std::string clang::clangd::ClangdCompileCommand::workingDirectory |
Definition at line 575 of file Protocol.h.
Referenced by clang::clangd::fromJSON().