Destroyerrrocket requested changes to this revision.
Destroyerrrocket added inline comments.
This revision now requires changes to proceed.
Comment at: clang-tools-extra/clangd/ModulesManager.cpp:413-414
+ else
+WaitingCallables[Filename.str()].push_back(
+{std::move
Destroyerrrocket added inline comments.
Comment at: clang-tools-extra/clangd/ModulesManager.cpp:413-414
+ else
+WaitingCallables[Filename.str()].push_back(
+{std::move(ReadyCallback), std::move(ReadyCallback)});
+}
ChuanqiXu wrote:
> Destroyerrrocket