[PATCH] D92299: [clangd] Go-to-definition on pure virtual method decls jumps to all overrides.

Utkarsh Saxena via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 10 09:59:48 PST 2020


usaxena95 accepted this revision.
usaxena95 added a comment.
This revision is now accepted and ready to land.

LG. Thanks.



================
Comment at: clang-tools-extra/clangd/XRefs.cpp:316
+    if (!DefLoc) {
+      elog("Failed to convert location:", DefLoc.takeError());
+      return;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92299



More information about the cfe-commits mailing list