clang-tools
11.0.0
|
#include <ClangdServer.h>
Public Attributes | |
std::string | ID |
std::string | Title |
ID to pass for applyTweak. More... | |
Tweak::Intent | Intent |
A single-line message to show in the UI. More... | |
Definition at line 285 of file ClangdServer.h.
std::string clang::clangd::ClangdServer::TweakRef::ID |
Definition at line 286 of file ClangdServer.h.
Tweak::Intent clang::clangd::ClangdServer::TweakRef::Intent |
A single-line message to show in the UI.
Definition at line 288 of file ClangdServer.h.
std::string clang::clangd::ClangdServer::TweakRef::Title |
ID to pass for applyTweak.
Definition at line 287 of file ClangdServer.h.