[PATCH] D68325: [clangd] Bail out early if we are sure that the symbol is used outside of the file.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 2 02:38:21 PDT 2019


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

This would reduce the false positive when the static index is in an
unavailable state, e.g. background index is not finished.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68325

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68325.222778.patch
Type: text/x-patch
Size: 4257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191002/04a0aaa2/attachment.bin>


More information about the cfe-commits mailing list