[PATCH] D54845: [clangd] Canonicalize file path in URIForFile.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 02:22:54 PST 2018


ioeric added a comment.

In D54845#1309589 <https://reviews.llvm.org/D54845#1309589>, @sammccall wrote:

> Mostly just places that should be updated HintPath -> TUPath. Changing the whole codebase doesn't seem important, but in places that are touched...


As chatted offline, `URIForFile` is closer to ClangdServer, so `TUPath` is a good fit. But URI is more generic, and `HintPath` still seems to be a good fit there.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D54845





More information about the cfe-commits mailing list