[all-commits] [llvm/llvm-project] ca842c: [clangd] Handle templates more consistently in typ...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Tue Sep 1 16:19:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca842c825a1caf10aacb1dc63664d565b1f2f4eb
https://github.com/llvm/llvm-project/commit/ca842c825a1caf10aacb1dc63664d565b1f2f4eb
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
Log Message:
-----------
[clangd] Handle templates more consistently in type hierarchy
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.
Fixes https://github.com/clangd/clangd/issues/507
Differential Revision: https://reviews.llvm.org/D86861
More information about the All-commits
mailing list