clang-tools 19.0.0git
Public Types | Public Attributes | List of all members
clang::tidy::FileFilter Struct Reference

Contains a list of line ranges in a single file. More...

#include <ClangTidyOptions.h>

Public Types

using LineRange = std::pair< unsigned int, unsigned int >
 LineRange is a pair<start, end> (inclusive).
 

Public Attributes

std::string Name
 File name.
 
std::vector< LineRangeLineRanges
 A list of line ranges in this file, for which we show warnings.
 

Detailed Description

Contains a list of line ranges in a single file.

Definition at line 28 of file ClangTidyOptions.h.

Member Typedef Documentation

◆ LineRange

using clang::tidy::FileFilter::LineRange = std::pair<unsigned int, unsigned int>

LineRange is a pair<start, end> (inclusive).

Definition at line 33 of file ClangTidyOptions.h.

Member Data Documentation

◆ LineRanges

std::vector<LineRange> clang::tidy::FileFilter::LineRanges

A list of line ranges in this file, for which we show warnings.

Definition at line 36 of file ClangTidyOptions.h.

◆ Name

std::string clang::tidy::FileFilter::Name

File name.

Definition at line 30 of file ClangTidyOptions.h.


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