Puts the digest of the source file that generated the index into
serialized index and stores them back on load, if exists.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 25146 Build 25145: arc lint + arc unit
Event Timeline
Comment Actions
Hi Kadir, I have one small nit otherwise LGTM.
clangd/index/Serialization.cpp | ||
---|---|---|
368 | Nit: Maybe we could use Result.Digest.size() and avoid having 20 hardcoded here? |
update