clang-tools 22.0.0git
clang::clangd::DidChangeWatchedFilesParams Struct Reference

#include <Protocol.h>

Public Attributes

std::vector< FileEventchanges
 The actual file events.

Detailed Description

Definition at line 831 of file Protocol.h.

Member Data Documentation

◆ changes

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

The actual file events.

Definition at line 833 of file Protocol.h.

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


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