This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Reviewers
alexfh
Summary

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

Diff Detail

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Rename clang-tidy readability 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:56 AM
alexfh edited edge metadata.

Looks good!

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

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

Committed revision 231650.

Changed before commit: fixed header guards using clang-tidy.

clang-tidy/readability/RedundantSmartptrGet.h