clang-tools
8.0.0
|
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 54 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 58 of file Diagnostics.h.
Referenced by clang::clangd::toCodeAction().
std::string clang::clangd::Fix::Message |
Message for the fix-it.
Definition at line 56 of file Diagnostics.h.
Referenced by clang::clangd::operator<<(), and clang::clangd::toCodeAction().