clang-tools 20.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. | |
llvm::SmallVector< TextEdit, 1 > | Edits |
TextEdits from clang's fix-its. Must be non-empty. | |
llvm::SmallVector< std::pair< ChangeAnnotationIdentifier, ChangeAnnotation > > | Annotations |
Annotations for the Edits. | |
Represents a single fix-it that editor can apply to fix the error.
Definition at line 81 of file Diagnostics.h.
llvm::SmallVector<std::pair<ChangeAnnotationIdentifier, ChangeAnnotation> > clang::clangd::Fix::Annotations |
Annotations for the Edits.
Definition at line 89 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().