[PATCH] D116827: Don't pass uninitialized QueryKind
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 7 15:14:32 PST 2022
vitalybuka added inline comments.
================
Comment at: clang-tools-extra/clangd/XRefs.cpp:311
llvm::StringRef MainFilePath) {
if (IDs.empty() || !Index)
return {};
----------------
here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116827/new/
https://reviews.llvm.org/D116827
More information about the cfe-commits
mailing list