This is an archive of the discontinued LLVM Phabricator instance.

Make clang-move use same file naming convention as other tools
ClosedPublic

Authored by thakis on Mar 22 2019, 9:14 AM.

Details

Summary

In all the other clang-foo tools, the main library file is called
Foo.cpp and the file in the tool/ folder is called ClangFoo.cpp.
Do this for clang-move too.

No intended behavior change.

Diff Detail

Event Timeline

thakis created this revision.Mar 22 2019, 9:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2019, 9:14 AM
ioeric accepted this revision.Mar 22 2019, 9:16 AM

lgtm

This revision is now accepted and ready to land.Mar 22 2019, 9:16 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2019, 9:35 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
clang-move/tool/ClangMove.cpp