clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::config::Fragment::DiagnosticsBlock::IncludesBlock Struct Reference

Controls IncludeCleaner diagnostics. More...

#include <ConfigFragment.h>

Public Attributes

std::vector< Located< std::string > > IgnoreHeader
 Regexes that will be used to avoid diagnosing certain includes as unused or missing.
 

Detailed Description

Controls IncludeCleaner diagnostics.

Definition at line 252 of file ConfigFragment.h.

Member Data Documentation

◆ IgnoreHeader

std::vector<Located<std::string> > clang::clangd::config::Fragment::DiagnosticsBlock::IncludesBlock::IgnoreHeader

Regexes that will be used to avoid diagnosing certain includes as unused or missing.

These can match any suffix of the header file in question.

Definition at line 256 of file ConfigFragment.h.


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