[PATCH] D70828: [clangd] Correct the file path in Edit::replacements when generating the rename edit.

2019-11-29 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG66ab932fcc10: [clangd] Correct the file path in Edit::replacements when generating the renameā€¦ (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm

[PATCH] D70828: [clangd] Correct the file path in Edit::replacements when generating the rename edit.

2019-11-28 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov accepted this revision. ilya-biryukov added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70828/new/ https://reviews.llvm.org/D70828 _

[PATCH] D70828: [clangd] Correct the file path in Edit::replacements when generating the rename edit.

2019-11-28 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: ilya-biryukov. Herald added subscribers: usaxena95, kadircet, arphaman, jkorous, MaskRay. Herald added a project: clang. The file path was set to the file content previously, and it isn't covered by normal clangd & unittest code path (as we on