clang-tools
9.0.0
|
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 431 of file Protocol.h.
std::vector<std::string> clang::clangd::ClangdCompileCommand::compilationCommand |
Definition at line 433 of file Protocol.h.
std::string clang::clangd::ClangdCompileCommand::workingDirectory |
Definition at line 432 of file Protocol.h.