================
@@ -1513,6 +1548,9 @@ struct TypeHierarchyItem {
/// The kind of this item.
SymbolKind kind;
+ /// The symbol tags for this item.
+ std::vector<SymbolTag> tags;
----------------
ratzdi wrote:
Done.
https://github.com/llvm/llvm-project/pull/167536