This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Bump index version number.
ClosedPublic

Authored by hokein on Feb 6 2020, 6:44 AM.

Details

Summary

Though we don't have new changes to the index format, we have changes to
symbol collector, e.g. collect marcos, spelled references. Bump the
version to force background-index to rebuild.

Diff Detail

Event Timeline

hokein created this revision.Feb 6 2020, 6:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2020, 6:44 AM
kadircet accepted this revision.Feb 6 2020, 7:17 AM

i've thought change introducing RefKind::Spelled would've already bumped it. Please make sure to bump it only if it didn't

This revision is now accepted and ready to land.Feb 6 2020, 7:17 AM
This revision was automatically updated to reflect the committed changes.