clang-tools 22.0.0git
clang::clangd::ClangdCompileCommand Struct Reference

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

Detailed Description

Clangd extension that's used in the 'compilationDatabaseChanges' in workspace/didChangeConfiguration to record updates to the in-memory compilation database.

Definition at line 578 of file Protocol.h.

Member Data Documentation

◆ compilationCommand

std::vector<std::string> clang::clangd::ClangdCompileCommand::compilationCommand

Definition at line 580 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ workingDirectory

std::string clang::clangd::ClangdCompileCommand::workingDirectory

Definition at line 579 of file Protocol.h.

Referenced by clang::clangd::fromJSON().


The documentation for this struct was generated from the following file: