clang-tools
15.0.0git
|
Contains a list of line ranges in a single file. More...
#include <ClangTidyOptions.h>
Public Types | |
typedef std::pair< unsigned, unsigned > | LineRange |
LineRange is a pair<start, end> (inclusive). More... | |
Public Attributes | |
std::string | Name |
File name. More... | |
std::vector< LineRange > | LineRanges |
A list of line ranges in this file, for which we show warnings. More... | |
Contains a list of line ranges in a single file.
Definition at line 29 of file ClangTidyOptions.h.
typedef std::pair<unsigned, unsigned> clang::tidy::FileFilter::LineRange |
LineRange is a pair<start, end> (inclusive).
Definition at line 34 of file ClangTidyOptions.h.
std::vector<LineRange> clang::tidy::FileFilter::LineRanges |
A list of line ranges in this file, for which we show warnings.
Definition at line 37 of file ClangTidyOptions.h.
std::string clang::tidy::FileFilter::Name |
File name.
Definition at line 31 of file ClangTidyOptions.h.