clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::ApplyWorkspaceEditResponse Struct Reference

#include <Protocol.h>

Public Attributes

bool applied = true
 
std::optional< std::string > failureReason
 

Detailed Description

Definition at line 1194 of file Protocol.h.

Member Data Documentation

◆ applied

bool clang::clangd::ApplyWorkspaceEditResponse::applied = true

Definition at line 1195 of file Protocol.h.

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

◆ failureReason

std::optional<std::string> clang::clangd::ApplyWorkspaceEditResponse::failureReason

Definition at line 1196 of file Protocol.h.

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


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