[clang-tools-extra] LSP 3.18 - Symbol Tags (PR #167536)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 19 23:23:34 PST 2026
================
@@ -1513,6 +1548,9 @@ struct TypeHierarchyItem {
/// The kind of this item.
SymbolKind kind;
+ /// The symbol tags for this item.
+ std::vector<SymbolTag> tags;
----------------
HighCommander4 wrote:
Per previous discussion, this change to `TypeHierarchyItem` shouldn't be in this patch
https://github.com/llvm/llvm-project/pull/167536
More information about the cfe-commits
mailing list