[PATCH] D93829: [clangd] Support outgoing calls in call hierarchy
smekkley via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 11 14:27:38 PST 2021
smekkley added a comment.
Herald added a project: clang-tools-extra.
For what it's worth, outgoing call is useful for looking at grand children and jump immediately. Also, clangd doesn't runs on embedded devices, so extra memory allocation isn't a concern at all for most users. @sammccall which part of the code do you find very complex/concerning?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93829/new/
https://reviews.llvm.org/D93829
More information about the cfe-commits
mailing list