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.
Paths
| Differential D59700
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 No intended behavior change.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 22 2019, 9:16 AM Closed by commit rCTE356780: Make clang-move use same file naming convention as other tools (authored by nico). · Explain WhyMar 22 2019, 9:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 191897 clang-move/CMakeLists.txt
clang-move/ClangMove.h
clang-move/ClangMove.cpp
clang-move/HelperDeclRefGraph.cpp
clang-move/Move.h
clang-move/Move.cpp
clang-move/tool/CMakeLists.txt
clang-move/tool/ClangMove.cpp
clang-move/tool/ClangMoveMain.cpp
|