[PATCH] D131295: [clangd] Implement textDocument/codeLens

Trass3r via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 17 14:18:38 PST 2022


Trass3r added a comment.

Thanks, it seems to be that simple case, but I still see multiple lenses when I add

  template <int V>
  int Foo<V>::foo()
  {
      return 0;
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131295



More information about the cfe-commits mailing list