|
clang-tools 22.0.0git
|
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< LineRange > | LineRanges |
| A list of line ranges in this file, for which we show warnings. | |
Contains a list of line ranges in a single file.
Definition at line 30 of file ClangTidyOptions.h.
| using clang::tidy::FileFilter::LineRange = std::pair<unsigned int, unsigned int> |
LineRange is a pair<start, end> (inclusive).
Definition at line 35 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 38 of file ClangTidyOptions.h.
| std::string clang::tidy::FileFilter::Name |
File name.
Definition at line 32 of file ClangTidyOptions.h.