[PATCH] D54693: [clangd] Store source file hash in IndexFile{In,Out}
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 19 02:15:46 PST 2018
kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ioeric, ilya-biryukov.
Puts the digest of the source file that generated the index into
serialized index and stores them back on load, if exists.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D54693
Files:
clangd/index/Background.cpp
clangd/index/Serialization.cpp
clangd/index/Serialization.h
unittests/clangd/BackgroundIndexTests.cpp
unittests/clangd/SerializationTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54693.174572.patch
Type: text/x-patch
Size: 4865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181119/663f2cd7/attachment.bin>
More information about the cfe-commits
mailing list