[PATCH] D95043: [clangd] Use Dirty Filesystem for cross file rename.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 9 08:34:18 PST 2021


njames93 updated this revision to Diff 329354.
njames93 added a comment.

Update to assert that either Index and FS are both set, or neither set.
Document this behaviour.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95043/new/

https://reviews.llvm.org/D95043

Files:
  clang-tools-extra/clangd/ClangdServer.cpp
  clang-tools-extra/clangd/ClangdServer.h
  clang-tools-extra/clangd/TUScheduler.cpp
  clang-tools-extra/clangd/TUScheduler.h
  clang-tools-extra/clangd/refactor/Rename.cpp
  clang-tools-extra/clangd/refactor/Rename.h
  clang-tools-extra/clangd/unittests/RenameTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95043.329354.patch
Type: text/x-patch
Size: 15048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210309/6fe2aa30/attachment-0001.bin>


More information about the cfe-commits mailing list