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

Tom Praschan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 8 08:18:54 PDT 2022


tom-anders accepted this revision.
tom-anders added a comment.
This revision is now accepted and ready to land.

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?


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