[PATCH] D79079: [clangd] Make use of URIs in FileShardedIndex
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 15:40:08 PDT 2020
kadircet marked an inline comment as done.
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/index/Background.cpp:183
const auto &IGN = IndexIt.getValue();
// Note that sources do not contain any information regarding missing
// headers, since we don't even know what absolute path they should fall in.
----------------
sammccall wrote:
> is this really important enough to be worth saying twice :-)
copy pasta is the worst kind of pasta :D
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79079/new/
https://reviews.llvm.org/D79079
More information about the cfe-commits
mailing list