clang-tools 20.0.0git
|
Global options. More...
#include <ClangTidyOptions.h>
Public Attributes | |
std::vector< FileFilter > | LineFilter |
Output warnings from certain line ranges of certain files only. | |
Global options.
These options are neither stored nor read from configuration files.
Definition at line 41 of file ClangTidyOptions.h.
std::vector<FileFilter> clang::tidy::ClangTidyGlobalOptions::LineFilter |
Output warnings from certain line ranges of certain files only.
If empty, no warnings will be filtered.
Definition at line 44 of file ClangTidyOptions.h.
Referenced by clang::tidy::parseLineFilter().