[all-commits] [llvm/llvm-project] 7aa371: [clangd] Avoid using CompletionItemKind.Text for m...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Thu Apr 11 16:40:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7aa371687ace40b85f04e21956e03f1e93052b56
https://github.com/llvm/llvm-project/commit/7aa371687ace40b85f04e21956e03f1e93052b56
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
M clang-tools-extra/clangd/unittests/TestIndex.cpp
M clang-tools-extra/clangd/unittests/TestIndex.h
Log Message:
-----------
[clangd] Avoid using CompletionItemKind.Text for macro completions from the index (#88236)
This was fixed in https://github.com/clangd/clangd/issues/1484 for Sema
completions but the fix did not apply to index completions.
Fixes https://github.com/clangd/clangd/issues/2002
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list