[clang-tools-extra] LSP 3.18 - Symbol Tags (PR #167536)

Dimitri Ratz via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 20 05:06:27 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;
----------------
ratzdi wrote:

Done.

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


More information about the cfe-commits mailing list