clang-tools  9.0.0
Public Attributes | List of all members
clang::clangd::CodeActionContext Struct Reference

#include <Protocol.h>

Collaboration diagram for clang::clangd::CodeActionContext:
[legend]

Public Attributes

std::vector< Diagnosticdiagnostics
 An array of diagnostics. More...
 

Detailed Description

Definition at line 690 of file Protocol.h.

Member Data Documentation

◆ diagnostics

std::vector<Diagnostic> clang::clangd::CodeActionContext::diagnostics

An array of diagnostics.

Definition at line 692 of file Protocol.h.

Referenced by clang::clangd::asCommand().


The documentation for this struct was generated from the following file: