[all-commits] [llvm/llvm-project] 94d6b1: [clangd] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Dec 3 23:18:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94d6b1cce5bb9449971a027e352385e72b059a3a
https://github.com/llvm/llvm-project/commit/94d6b1cce5bb9449971a027e352385e72b059a3a
Author: Kazu Hirata <kazu at google.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M clang-tools-extra/clangd/XRefs.cpp
Log Message:
-----------
[clangd] Fix warnings
This patch fixes:
clang-tools-extra/clangd/XRefs.cpp:2360:11: error: unused type alias
'SK' [-Werror,-Wunused-local-typedef]
clang-tools-extra/clangd/XRefs.cpp:2361:10: error: unused variable
'Kind' [-Werror,-Wunused-variable]
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