clang-tools
7.0.0
|
Global options. More...
#include <ClangTidyOptions.h>
Public Attributes | |
std::vector< FileFilter > | LineFilter |
Output warnings from certain line ranges of certain files only. More... | |
Global options.
These options are neither stored nor read from configuration files.
Definition at line 43 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 46 of file ClangTidyOptions.h.
Referenced by clang::tidy::ClangTidyDiagnosticConsumer::HandleDiagnostic(), and clang::tidy::parseLineFilter().