This is an archive of the discontinued LLVM Phabricator instance.

Refactor: Rename clang-tidy misc check files and classes to follow naming conventions
ClosedPublic

Authored by LegalizeAdulthood on Mar 7 2015, 6:28 PM.

Details

Reviewers
alexfh
Summary

Classes are named WhateverCheck, files are named WhateverCheck.cpp and WhateverCheck.h

Diff Detail

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Rename clang-tidy misc check files and classes to follow naming conventions.
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 9 2015, 4:30 AM
alexfh edited edge metadata.

Looks good!

Thanks for the cleanup! I'll submit the patch.

This revision is now accepted and ready to land.Mar 9 2015, 4:30 AM
alexfh closed this revision.Mar 9 2015, 4:51 AM

Committed revision 231648.

clang-tidy/misc/UnusedRAIICheck.cpp