[PATCH] D89296: [clangd] Implement call hierarchy (incoming calls)

2020-11-09 Thread Nathan Ridge via Phabricator via cfe-commits
nridge updated this revision to Diff 304045. nridge added a comment. Split patch as requested Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89296/new/ https://reviews.llvm.org/D89296 Files: clang-tools-extra/clangd/Protocol.cpp clang-tools-ext

[PATCH] D89296: [clangd] Implement call hierarchy (incoming calls)

2020-11-09 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet added a comment. Thanks, I skimmed over it (again) and I think this looks pretty great in general. I couldn't take a look at the details yet, I would really appreciate it if you could chop this one into smaller pieces (i know, i asked it before, but this is still too big). I suppose so

[PATCH] D89296: [clangd] Implement call hierarchy (incoming calls)

2020-11-08 Thread Nathan Ridge via Phabricator via cfe-commits
nridge added a reviewer: kadircet. nridge added a comment. Kadir, would you like to take a look at this, as you're already familiar with the index changes? :) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89296/new/ https://reviews.llvm.org/D89296

[PATCH] D89296: [clangd] Implement call hierarchy (incoming calls)

2020-10-25 Thread Nathan Ridge via Phabricator via cfe-commits
nridge added a comment. Note, testing this with vscode requires this vscode-clangd patch applied. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89296/new/ https://reviews.llvm.org/D89296 _

[PATCH] D89296: [clangd] Implement call hierarchy (incoming calls)

2020-10-25 Thread Nathan Ridge via Phabricator via cfe-commits
nridge created this revision. Herald added subscribers: llvm-commits, cfe-commits, usaxena95, kadircet, arphaman, mgorny. Herald added projects: clang, LLVM. nridge retitled this revision from "[clangd] Implement call hierarchy (incoming callers)" to "[clangd] Implement call hierarchy (incoming c