[PATCH] D94785: [clangd] Index local classes, virtual and overriding methods.

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 04:25:05 PST 2021


usaxena95 marked an inline comment as done.
usaxena95 added a comment.

In D94785#2506186 <https://reviews.llvm.org/D94785#2506186>, @hokein wrote:

> I think we'd better bump the index version, even though this is not a breaking change, but we will collect more data. Not bumping the index version may lead to a half-completed state of the index (e.g. only newly-changed files will get completed index data in background index).

Yes. Good point. Incremented the version of the index.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94785/new/

https://reviews.llvm.org/D94785



More information about the cfe-commits mailing list