[PATCH] D55818: [clangd] Unify path canonicalizations in the codebase
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 18 03:34:44 PST 2018
kadircet created this revision.
kadircet added a reviewer: ilya-biryukov.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ioeric.
There were a few different places where we canonicalized paths, each
one had its own flavor. This patch tries to unify them all under one place.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D55818
Files:
clangd/SourceCode.cpp
clangd/SourceCode.h
clangd/XRefs.cpp
clangd/index/Background.cpp
clangd/index/SymbolCollector.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55818.178635.patch
Type: text/x-patch
Size: 10666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181218/55a97209/attachment-0001.bin>
More information about the cfe-commits
mailing list