[PATCH] D156659: [clangd] Rollforward include-cleaner library usage in symbol collector.
Viktoriia Bakalova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 7 06:04:00 PDT 2023
VitaNuo marked 2 inline comments as done.
VitaNuo added inline comments.
================
Comment at: clang-tools-extra/clangd/index/SymbolCollector.cpp:919
+ if (IncludeHeader.empty())
+ HeaderFileURIs->getIncludeHeader(FID);
+
----------------
kadircet wrote:
> i guess LHS of the assignment got dropped by mistake?
Sorry, juggling unconnected stuff makes me inattentive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156659/new/
https://reviews.llvm.org/D156659
More information about the cfe-commits
mailing list