[PATCH] D71050: [clangd] More unittests for cross-file rename.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 01:43:56 PST 2019


hokein created this revision.
hokein added reviewers: ilya-biryukov, kbobyrev.
Herald added subscribers: usaxena95, kadircet, arphaman, jkorous, MaskRay.
Herald added a project: clang.

The previous unittests for cross-file rename was kind of weak. With this
patch, we should have more test coverage, and it is easy to add more tests in
the future.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71050

Files:
  clang-tools-extra/clangd/unittests/RenameTests.cpp
  clang-tools-extra/clangd/unittests/SyncAPI.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71050.232275.patch
Type: text/x-patch
Size: 5150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191205/d412eeb5/attachment.bin>


More information about the cfe-commits mailing list