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

#include <Protocol.h>

Public Attributes

std::vector< FileEventchanges
 The actual file events.
 

Detailed Description

Definition at line 827 of file Protocol.h.

Member Data Documentation

◆ changes

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

The actual file events.

Definition at line 829 of file Protocol.h.

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


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