[PATCH] Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.

Alexander Kornienko alexfh at google.com
Wed Aug 6 04:50:11 PDT 2014


Hi klimek,

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.

http://reviews.llvm.org/D4806

Files:
  clang-tidy/ClangTidy.cpp
  clang-tidy/ClangTidy.h
  clang-tidy/ClangTidyDiagnosticConsumer.cpp
  clang-tidy/ClangTidyDiagnosticConsumer.h
  clang-tidy/ClangTidyModule.cpp
  clang-tidy/ClangTidyModule.h
  unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4806.12229.patch
Type: text/x-patch
Size: 11566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140806/a9e616c9/attachment.bin>


More information about the cfe-commits mailing list