[clang-tools-extra] Symbol tags in SymbolInformation, WorkspaceSymbol, CallHierarchyItem and TypeHierarchyItem (PR #170103)

Dimitri Ratz via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 14 04:01:15 PDT 2026


================
@@ -208,21 +320,47 @@ SymbolTags computeSymbolTags(const NamedDecl &ND) {
   return Result;
 }
 
+std::vector<SymbolTag> expandTagBitmask(const SymbolTags STGS) {
----------------
ratzdi wrote:

done. 

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


More information about the cfe-commits mailing list