Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
authorAlexander Kornienko <alexfh@google.com>
Wed, 6 Aug 2014 11:49:10 +0000 (11:49 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 6 Aug 2014 11:49:10 +0000 (11:49 +0000)
commitb3d331d18dbfdfb356b234077bc0bf14a0fdea14
tree9cbbf1ec16f66fd95e0d44d8b7407ffe91a3962f
parenta11da0c8cd79cf3945427870c95f0011da990956
Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.

Summary:
Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
It's a rather generic way to represent sets of strings (or patterns), so it may
be used for something else in ClangTidy. The new name would not look strange
when used to filter other entities.

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D4806

llvm-svn: 214961
clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/clang-tidy/ClangTidy.h
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
clang-tools-extra/clang-tidy/ClangTidyModule.cpp
clang-tools-extra/clang-tidy/ClangTidyModule.h
clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp