[all-commits] [llvm/llvm-project] bd253a: [clangd] Fix -Wunused-variable of 'FIDIt' (NFC)
Jie Fu via All-commits
all-commits at lists.llvm.org
Wed Jul 19 07:01:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd253a6a039937fbd0f2ba1f7dd5338a2920e24d
https://github.com/llvm/llvm-project/commit/bd253a6a039937fbd0f2ba1f7dd5338a2920e24d
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M clang-tools-extra/clangd/index/SymbolCollector.cpp
Log Message:
-----------
[clangd] Fix -Wunused-variable of 'FIDIt' (NFC)
/data/llvm-project/clang-tools-extra/clangd/index/SymbolCollector.cpp:878:16: error: unused variable 'FIDIt' [-Werror,-Wunused-variable]
const auto FIDIt = IncludeFiles.find(SID);
^
1 error generated.
More information about the All-commits
mailing list