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

#include <ClangdServer.h>

Public Attributes

std::string ID
 
std::string Title
 ID to pass for applyTweak.
 
llvm::StringLiteral Kind
 A single-line message to show in the UI.
 

Detailed Description

Definition at line 344 of file ClangdServer.h.

Member Data Documentation

◆ ID

std::string clang::clangd::ClangdServer::TweakRef::ID

Definition at line 345 of file ClangdServer.h.

◆ Kind

llvm::StringLiteral clang::clangd::ClangdServer::TweakRef::Kind

A single-line message to show in the UI.

Definition at line 347 of file ClangdServer.h.

◆ Title

std::string clang::clangd::ClangdServer::TweakRef::Title

ID to pass for applyTweak.

Definition at line 346 of file ClangdServer.h.


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