clang-tools
7.0.0
|
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 30 of file ClangTidyOptions.h.
typedef std::pair<unsigned, unsigned> clang::tidy::FileFilter::LineRange |
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.
Referenced by llvm::yaml::MappingTraits< FileFilter >::mapping(), and llvm::yaml::MappingTraits< FileFilter >::validate().
std::string clang::tidy::FileFilter::Name |
File name.
Definition at line 32 of file ClangTidyOptions.h.
Referenced by llvm::yaml::MappingTraits< FileFilter >::mapping(), and llvm::yaml::MappingTraits< FileFilter >::validate().