LLVM 22.0.0git
llvm::lsp::MessageActionItem Struct Reference

#include "llvm/Support/LSP/Protocol.h"

Public Attributes

std::string title
 A short title like 'Retry', 'Open Log' etc.

Detailed Description

Definition at line 1278 of file Protocol.h.

Member Data Documentation

◆ title

std::string llvm::lsp::MessageActionItem::title

A short title like 'Retry', 'Open Log' etc.

Definition at line 1280 of file Protocol.h.

Referenced by llvm::lsp::toJSON().


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