This is an archive of the discontinued LLVM Phabricator instance.

Refactor: Move misc clang-tidy checks to namespace clang::tidy::misc
ClosedPublic

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

Details

Reviewers
alexfh
Summary

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

Diff Detail

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Move misc clang-tidy checks to namespace clang::tidy::misc.
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:59 AM
alexfh edited edge metadata.

Looks good!

I'll commit the patch for you.

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

Committed revision 230950.