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

thanks, LGTM!



================
Comment at: clang-tools-extra/clangd/Hover.cpp:644
+    const NamedDecl *D = CTE->getType()->getPointeeType()->getAsTagDecl();
+    HI = getHoverContents(D, Index);
+    return HI;
----------------
nit: `return getHoverContents(D, Index);`


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

https://reviews.llvm.org/D92041

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to