[clang-tools-extra] [clangd] Avoid using CompletionItemKind.Text for macro completions from the index (PR #88236)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 16:34:51 PDT 2024
================
@@ -89,7 +89,9 @@ const CodeCompleteOptions::CodeCompletionRankingModel
namespace {
-CompletionItemKind toCompletionItemKind(index::SymbolKind Kind) {
+CompletionItemKind
+toCompletionItemKind(index::SymbolKind Kind,
+ const llvm::StringRef *Signature = nullptr) {
----------------
HighCommander4 wrote:
Done, thanks
https://github.com/llvm/llvm-project/pull/88236
More information about the cfe-commits
mailing list