================ @@ -1872,6 +1873,7 @@ static std::optional<HierarchyItem> symbolToHierarchyItem(const Symbol &S, HI.name = std::string(S.Name); HI.detail = (S.Scope + S.Name).str(); HI.kind = indexSymbolKindToSymbolKind(S.SymInfo); + HI.tags = expandTagBitmask(S.Tags); ---------------- ratzdi wrote:
The suggested change is suspicious, but the comment provides an important clue. The filtered tags are now stored in the index. https://github.com/llvm/llvm-project/pull/170103 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
