Classes are named WhateverCheck, files are WhateverCheck.cpp and` WhateverCheck.h`
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Committed revision 231650.
Changed before commit: fixed header guards using clang-tidy.
Paths
| Differential D8144
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
Summary Classes are named WhateverCheck, files are WhateverCheck.cpp and` WhateverCheck.h`
Diff Detail Event TimelineLegalizeAdulthood retitled this revision from to Refactor: Rename clang-tidy readability check files and classes to follow naming conventions. LegalizeAdulthood updated this object. alexfh edited edge metadata. Comment ActionsLooks 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 Comment Actions Committed revision 231650. Changed before commit: fixed header guards using clang-tidy.
Revision Contents
Diff 21440 clang-tidy/google/GoogleTidyModule.cpp
clang-tidy/readability/CMakeLists.txt
clang-tidy/readability/ContainerSizeEmpty.h
clang-tidy/readability/ContainerSizeEmpty.cpp
clang-tidy/readability/ContainerSizeEmptyCheck.h
clang-tidy/readability/ContainerSizeEmptyCheck.cpp
clang-tidy/readability/FunctionSize.h
clang-tidy/readability/FunctionSize.cpp
clang-tidy/readability/FunctionSizeCheck.h
clang-tidy/readability/FunctionSizeCheck.cpp
clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tidy/readability/RedundantSmartptrGet.h
clang-tidy/readability/RedundantSmartptrGet.cpp
clang-tidy/readability/RedundantSmartptrGetCheck.h
clang-tidy/readability/RedundantSmartptrGetCheck.cpp
|