clang-tools 20.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 28 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 33 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 36 of file ClangTidyOptions.h.
std::string clang::tidy::FileFilter::Name |
File name.
Definition at line 30 of file ClangTidyOptions.h.