[clang-tools-extra] Symbol tags in SymbolInformation, WorkspaceSymbol, CallHierarchyItem and TypeHierarchyItem (PR #170103)
Dimitri Ratz via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 04:43:57 PDT 2026
================
@@ -69,6 +63,9 @@ SymbolTags computeSymbolTags(const NamedDecl &ND);
/// \p ND The declaration to get tags for.
std::vector<SymbolTag> getSymbolTags(const NamedDecl &ND);
+/// Returns the symbol tags for the given declaration as a bitmask.
+std::vector<SymbolTag> expandTagBitmask(SymbolTags symbolTags);
----------------
ratzdi wrote:
done.
https://github.com/llvm/llvm-project/pull/170103
More information about the cfe-commits
mailing list