[PATCH] D25508: [clang-move] Don't comparing absolute file path to relative path.

2016-10-12 Thread Haojian Wu via cfe-commits
hokein updated this revision to Diff 74375. hokein added a comment. Update the patch based on offline discussion. https://reviews.llvm.org/D25508 Files: clang-move/ClangMove.cpp test/clang-move/Inputs/database_template.json test/clang-move/move-class.cpp Index: test/clang-move/move-clas

[PATCH] D25508: [clang-move] Don't comparing absolute file path to relative path.

2016-10-12 Thread Haojian Wu via cfe-commits
hokein created this revision. hokein added a reviewer: ioeric. hokein added subscribers: bkramer, cfe-commits. Herald added subscribers: mgorny, beanz. This patch is kind of reverting r283202 (but keep the updated lint test), because it leads to a few annoying problems by comparing absolute file p