clang-tools 19.0.0git
Public Attributes | List of all members
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 574 of file Protocol.h.

Member Data Documentation

◆ compilationCommand

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

Definition at line 576 of file Protocol.h.

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

◆ workingDirectory

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

Definition at line 575 of file Protocol.h.

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


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