clang-tools 20.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 348 of file ClangdServer.h.

Member Data Documentation

◆ ID

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

Definition at line 349 of file ClangdServer.h.

◆ Kind

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

A single-line message to show in the UI.

Definition at line 351 of file ClangdServer.h.

◆ Title

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

ID to pass for applyTweak.

Definition at line 350 of file ClangdServer.h.


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