[clangd] Land D110386 again
authorKirill Bobyrev <kbobyrev@google.com>
Thu, 30 Sep 2021 12:41:27 +0000 (14:41 +0200)
committerKirill Bobyrev <kbobyrev@google.com>
Thu, 30 Sep 2021 12:41:27 +0000 (14:41 +0200)
commitdea48079b90d40f2087435b778544dffb0ab1793
treeb080c43aa9be813e488d993535baae7d667415ff
parent68e56bd320d70470c39ec921bd23dae6836770d7
[clangd] Land D110386 again

This time, use llvm::sys::fs::UniqueID instead of unstable
FileEntry::getName(), this should solve the problems on Windows and
elsewhere.
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/Headers.cpp
clang-tools-extra/clangd/Headers.h
clang-tools-extra/clangd/unittests/HeadersTests.cpp
clang-tools-extra/clangd/unittests/ParsedASTTests.cpp