[clang-move] Make it support both relative and absolute file path arguments.
authorHaojian Wu <hokein@google.com>
Tue, 4 Oct 2016 09:05:31 +0000 (09:05 +0000)
committerHaojian Wu <hokein@google.com>
Tue, 4 Oct 2016 09:05:31 +0000 (09:05 +0000)
commitd2a6d7b2037b82c38adec187a76f3dac4626a9f6
tree82633dfb9949d1b9dcae5a5c22b478cb03a20f5e
parentb1f78d120244c06c428cb264472990bc1ba8fb5b
[clang-move] Make it support both relative and absolute file path arguments.

Reviewers: ioeric

Subscribers: beanz, mgorny, cfe-commits

Differential Revision: https://reviews.llvm.org/D24922

llvm-svn: 283202
clang-tools-extra/clang-move/ClangMove.cpp
clang-tools-extra/clang-move/ClangMove.h
clang-tools-extra/clang-move/tool/ClangMoveMain.cpp
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clang-move/Inputs/database_template.json [new file with mode: 0644]
clang-tools-extra/test/clang-move/Inputs/test.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-move/Inputs/test.h [new file with mode: 0644]
clang-tools-extra/test/clang-move/move-class.cpp [new file with mode: 0644]
clang-tools-extra/unittests/clang-move/ClangMoveTests.cpp