[PATCH] D53312: [clangd] Support limiting down traversals from sources in FileDistance.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 16 03:06:15 PDT 2018


ioeric abandoned this revision.
ioeric added a comment.

As discussed offline, the semantics is getting a bit complicated. As what we really want for scope proximity is just disallow down traversals from root, we can go with special-casing the root path for now: https://reviews.llvm.org/D53317


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53312





More information about the cfe-commits mailing list