clang-tools
11.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 478 of file Protocol.h.
std::vector<std::string> clang::clangd::ClangdCompileCommand::compilationCommand |
Definition at line 480 of file Protocol.h.
std::string clang::clangd::ClangdCompileCommand::workingDirectory |
Definition at line 479 of file Protocol.h.