If the tree includes types derived from all specializations of
a template, do not misleadingly label the root node with the
name of a single specialization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks, the current behavior looks nicer than before.
IIUC, you're mostly fixing the issues mentioned in https://github.com/clangd/vscode-clangd/pull/44#issuecomment-669092168. If it just contains two fixes (this, and https://reviews.llvm.org/D86424), I think it might make sense to cherry-pick in release 11.
Comment Actions
There is also https://github.com/clangd/clangd/issues/510, and there may be other issues I haven't identified yet.