[PATCH] D133664: [clangd] Fix hover on symbol introduced by using declaration

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 06:54:43 PDT 2022


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

thanks, lgtm! i think you have commit access now, but let me know if I should land this for you (preferably with an email address for commit attribution)



================
Comment at: clang-tools-extra/clangd/Hover.cpp:1022
+      return Candidates.back();
+
+    return Candidates.front();
----------------
nit: drop the empty line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133664



More information about the cfe-commits mailing list