clang-tools  8.0.0
Public Attributes | List of all members
clang::clangd::DidChangeWatchedFilesParams Struct Reference

#include <Protocol.h>

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

Public Attributes

std::vector< FileEventchanges
 The actual file events. More...
 

Detailed Description

Definition at line 497 of file Protocol.h.

Member Data Documentation

◆ changes

std::vector<FileEvent> clang::clangd::DidChangeWatchedFilesParams::changes

The actual file events.

Definition at line 499 of file Protocol.h.

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


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