clang-tools
9.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 252 of file ClangdServer.h.
std::string clang::clangd::ClangdServer::TweakRef::ID |
Definition at line 253 of file ClangdServer.h.
Tweak::Intent clang::clangd::ClangdServer::TweakRef::Intent |
A single-line message to show in the UI.
Definition at line 255 of file ClangdServer.h.
std::string clang::clangd::ClangdServer::TweakRef::Title |
ID to pass for applyTweak.
Definition at line 254 of file ClangdServer.h.