This is an archive of the discontinued LLVM Phabricator instance.

Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
ClosedPublic

Authored by alexfh on Aug 6 2014, 4:50 AM.

Details

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.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 12229.Aug 6 2014, 4:50 AM
alexfh retitled this revision from to Rename ChecksFilter to GlobList, as there's nothing specific to checks in it..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
klimek accepted this revision.Aug 6 2014, 4:56 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Aug 6 2014, 4:56 AM
alexfh closed this revision.Aug 6 2014, 4:58 AM