A follow-up to r210260: updated a comment. No functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@210767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
620d97fc12
Коммит
905eb413b4
|
@ -34,8 +34,8 @@ struct FileFilter {
|
|||
/// \brief Global options. These options are neither stored nor read from
|
||||
/// configuration files.
|
||||
struct ClangTidyGlobalOptions {
|
||||
/// \brief Output warnings from certain line ranges of certain files only. If
|
||||
/// this list is emtpy, it won't be applied.
|
||||
/// \brief Output warnings from certain line ranges of certain files only.
|
||||
/// If empty, no warnings will be filtered.
|
||||
std::vector<FileFilter> LineFilter;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче