[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:21 PST 2026


================
@@ -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) {
----------------
ratzdi wrote:

Done.

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


More information about the cfe-commits mailing list