[PATCH] D75479: [clangd] go-to-def on names in comments etc that are used nearby.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 16 16:10:49 PDT 2020


sammccall marked 3 inline comments as done.
sammccall added a comment.

OK, I think this is probably finally good for another round - it's pretty well merged with the index-based version, and the common parts are pulled out to SourceCode and tested.
I couldn't resist adding support for backtick-identifiers and a few others while there...

This doesn't do the lookup using concentric semantic ranges described in the bug. I think what it does is probably good enough for now and probably won't have time to rebuild that part really soon...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75479





More information about the cfe-commits mailing list