[PATCH] D51638: [clangd] Load static index asynchronously, add tracing.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 5 00:44:27 PDT 2018


sammccall added a comment.

I think you're right - this isn't actually asynchronous (I didn't manage to test that!), and if it were it'd interfere with clean shutdown.

I think both issues can be addressed by assigning the future to a variable scoped to main. Will send a patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D51638





More information about the llvm-commits mailing list