[PATCH] D135506: [clangd] FindTarget: UsingEnumDecl is not an alias

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 8 10:30:33 PDT 2022


sammccall added a comment.

In D135506#3844919 <https://reviews.llvm.org/D135506#3844919>, @tom-anders wrote:

> lgtm, thanks! With this change in place, we could probably ajdust `pickDeclToUse` in Hover.cpp (introduced in https://reviews.llvm.org/D133664) to also check for `UsingDecl` instead of `BaseUsingDecl`, right?

Yes, I think so!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135506



More information about the cfe-commits mailing list