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

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 15:58:39 PDT 2024


HighCommander4 wrote:

Updated patch with the following changes:

 * Decoupled from https://github.com/clangd/clangd/issues/959
 * Handle the case of multiple layers of typedefs, and add tests for this case
 * Add C language specific tests

https://github.com/llvm/llvm-project/pull/89570


More information about the cfe-commits mailing list