Kirill Bobyrev via llvm-dev
2021-May-26 13:58 UTC
[llvm-dev] Announcing clangd Remote Index Service for LLVM
As many of you may know, clangd is a C++ language server that provides semantic IDE features in editors using clang infrastructure. Many features required building a project-wide symbol index. Unfortunately this consumes local resources proportional to project’s size. Now, you can use a centralized index served at clangd-index.llvm.org to avoid this resource usage. Source code <https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd/index/remote> for both server and client is a part of LLVM. The service is deployed on a GCP VM instance funded by Google with all the deployment scripts available here. If you’d like to make use of the service you can find setup instructions at clangd-index.llvm.org. Feel free to file any issues about the server to clangd/llvm-remote-index <https://github.com/clangd/llvm-remote-index/issues>. Kirill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210526/61346f48/attachment.html>
Bruno Cardoso Lopes via llvm-dev
2021-May-27 00:51 UTC
[llvm-dev] Announcing clangd Remote Index Service for LLVM
This is pretty cool, thanks for sharing! On Wed, May 26, 2021 at 6:58 AM Kirill Bobyrev via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > As many of you may know, clangd is a C++ language server that provides semantic IDE features in editors using clang infrastructure. Many features required building a project-wide symbol index. Unfortunately this consumes local resources proportional to project’s size. > > Now, you can use a centralized index served at clangd-index.llvm.org to avoid this resource usage. Source code for both server and client is a part of LLVM. The service is deployed on a GCP VM instance funded by Google with all the deployment scripts available here. > > If you’d like to make use of the service you can find setup instructions at clangd-index.llvm.org. Feel free to file any issues about the server to clangd/llvm-remote-index. > > Kirill > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Bruno Cardoso Lopes http://www.brunocardoso.cc