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

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 15 08:55:42 PST 2021


njames93 added a comment.

Thank you for taking the time to fix this and the performance measurements to boot.
My only question is does this try and index lambdas, under the hood they are declared as a CXXRecordDecl, defined in function scope?


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