|
clang-tools 22.0.0git
|
#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. | |
Definition at line 357 of file ClangdServer.h.
| std::string clang::clangd::ClangdServer::TweakRef::ID |
Definition at line 358 of file ClangdServer.h.
| llvm::StringLiteral clang::clangd::ClangdServer::TweakRef::Kind |
A single-line message to show in the UI.
Definition at line 360 of file ClangdServer.h.
| std::string clang::clangd::ClangdServer::TweakRef::Title |
ID to pass for applyTweak.
Definition at line 359 of file ClangdServer.h.