[PATCH] D77385: [clangd] Add index inspection helper tool

Mark Nauwelaerts via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 3 11:20:24 PDT 2020


mnauw added a comment.

Thanks for having a look at this patch.  My use-case/goal would be to have a way to run/do a command that reads some index and dumps it (in e.g. YAML) to (e.g.) stdout. That way it can be inspected/viewed all at once by plain viewer.  And not only symbols, refs, but also recorded paths (that form the include-graph).  The latter in particular was/is useful when investigating some not-entirely-consistent symlink-resolution issues.  The goal is not necessarily a separate binary, so if it's ok to extend dexp to achieve the former (e.g. by adding option(s)) then I can also update to patch that way accordingly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77385





More information about the cfe-commits mailing list