[clang-tools-extra] r210767 - A follow-up to r210260: updated a comment. No functional changes.
Alexander Kornienko
alexfh at google.com
Thu Jun 12 04:25:46 PDT 2014
Author: alexfh
Date: Thu Jun 12 06:25:45 2014
New Revision: 210767
URL: http://llvm.org/viewvc/llvm-project?rev=210767&view=rev
Log:
A follow-up to r210260: updated a comment. No functional changes.
Modified:
clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.h
Modified: clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.h?rev=210767&r1=210766&r2=210767&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.h (original)
+++ clang-tools-extra/trunk/clang-tidy/ClangTidyOptions.h Thu Jun 12 06:25:45 2014
@@ -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;
};
More information about the cfe-commits
mailing list