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 191894 clang-tools-extra/clang-move/CMakeLists.txt
clang-tools-extra/clang-move/ClangMove.cpp
clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
clang-tools-extra/clang-move/Move.h
clang-tools-extra/clang-move/Move.cpp
clang-tools-extra/clang-move/tool/CMakeLists.txt
clang-tools-extra/clang-move/tool/ClangMove.cpp
clang-tools-extra/clang-move/tool/ClangMoveMain.cpp
llvm/utils/gn/secondary/clang-tools-extra/clang-move/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/clang-move/tool/BUILD.gn
|