clang-tools
15.0.0git
|
Represents a single fix-it that editor can apply to fix the error. More...
#include <Diagnostics.h>
Public Attributes | |
std::string | Message |
Message for the fix-it. More... | |
llvm::SmallVector< TextEdit, 1 > | Edits |
TextEdits from clang's fix-its. Must be non-empty. More... | |
Represents a single fix-it that editor can apply to fix the error.
Definition at line 81 of file Diagnostics.h.
llvm::SmallVector<TextEdit, 1> clang::clangd::Fix::Edits |
TextEdits from clang's fix-its. Must be non-empty.
Definition at line 85 of file Diagnostics.h.
std::string clang::clangd::Fix::Message |
Message for the fix-it.
Definition at line 83 of file Diagnostics.h.
Referenced by clang::clangd::StoreDiags::take().