[clang-tools-extra] [clangd] Show struct members when hovering over a typedef (PR #89570)

2024-04-25 Thread Nathan Ridge via cfe-commits
https://github.com/HighCommander4 updated https://github.com/llvm/llvm-project/pull/89570 >From 44aba390954c7b551ed7102e8e7b4209207c0d87 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Mon, 22 Apr 2024 02:24:14 -0400 Subject: [PATCH] [clangd] Show definition of underlying struct when

[clang] [clang-tools-extra] [clangd] Show struct members when hovering over a typedef (PR #89570)

2024-04-22 Thread Nathan Ridge via cfe-commits
HighCommander4 wrote: (This builds on https://github.com/llvm/llvm-project/pull/89557 and the commit view shows both commits. I still need to figure out how to do proper stacked PRs...) https://github.com/llvm/llvm-project/pull/89570 ___ cfe-commits

[clang] [clang-tools-extra] [clangd] Show struct members when hovering over a typedef (PR #89570)

2024-04-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Nathan Ridge (HighCommander4) Changes Fixes https://github.com/clangd/clangd/issues/2020 --- Full diff: https://github.com/llvm/llvm-project/pull/89570.diff 4 Files Affected: - (modified) clang-tools-extra/clangd/Hover.cpp (+12) -

[clang] [clang-tools-extra] [clangd] Show struct members when hovering over a typedef (PR #89570)

2024-04-22 Thread Nathan Ridge via cfe-commits
https://github.com/HighCommander4 created https://github.com/llvm/llvm-project/pull/89570 Fixes https://github.com/clangd/clangd/issues/2020 >From d98c95bf213f0c6e81a46a9e37d376b855bb4867 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Sun, 21 Apr 2024 20:30:16 -0400 Subject: [PATCH 1/2]