This is an archive of the discontinued LLVM Phabricator instance.

Refactor: Move readability checks to namespace clang::tidy::readability
ClosedPublic

Authored by LegalizeAdulthood on Mar 2 2015, 1:32 AM.

Details

Reviewers
alexfh
Summary

clang-tidy checks are organized into modules. This refactoring moves the readability module checks into the namespace clang::tidy::readability

Diff Detail

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Move readability checks to namespace clang::tidy::readability.
LegalizeAdulthood updated this object.
LegalizeAdulthood edited the test plan for this revision. (Show Details)
LegalizeAdulthood added a reviewer: alexfh.
LegalizeAdulthood added a subscriber: Unknown Object (MLST).
alexfh accepted this revision.Mar 2 2015, 3:41 AM
alexfh edited edge metadata.

Looks good!

Thanks for the patch. I'll commit it for you.

This revision is now accepted and ready to land.Mar 2 2015, 3:41 AM
alexfh closed this revision.Mar 2 2015, 3:45 AM

Committed revision 230946.