================
@@ -23,13 +23,210 @@
#include "llvm/ADT/StringRef.h"
#include <limits>
#include <optional>
-#include <tuple>
#define DEBUG_TYPE "FindSymbols"
namespace clang {
namespace clangd {
+namespace {
+SymbolTags toSymbolTagBitmask(const SymbolTag ST) {
----------------
HighCommander4 wrote:
I think it makes sense to expose this function in `FindSymbols.h`, given that
`SemanticHighlighting.cpp` also uses it (and more generally, that it's needed
to make practical use of the result of `computeSymbolTags()`)
https://github.com/llvm/llvm-project/pull/167536
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits