This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7322f2d5ed54: [clangd] Use canonical path as resolved path
for includes. (authored by VitaNuo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
VitaNuo marked an inline comment as done.
VitaNuo added a comment.
Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154962/new/
https://reviews.llvm.org/D154962
___
cfe-commits mailing list
cfe-comm
VitaNuo updated this revision to Diff 539121.
VitaNuo added a comment.
Address comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154962/new/
https://reviews.llvm.org/D154962
Files:
clang-tools-extra/clangd/Headers.cpp
Index: clang-tools-e
kadircet accepted this revision.
kadircet added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/Headers.cpp:57-61
+ auto CanonicalPath =
+ File ? getCanonicalPath(File->getFileEntry().getLastRef(),
+
VitaNuo created this revision.
Herald added subscribers: kadircet, arphaman.
Herald added a project: All.
VitaNuo requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Repository:
rG LLVM Github Monorepo
http