[llvm-dev] Announcing clangd Remote Index Service for LLVM

119 views
Skip to first unread message

Kirill Bobyrev via llvm-dev

unread,
May 26, 2021, 9:58:23 AM5/26/21
to llvm...@lists.llvm.org, Clang Dev
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

Bruno Cardoso Lopes via llvm-dev

unread,
May 26, 2021, 8:51:47 PM5/26/21
to Kirill Bobyrev, llvm-dev, Clang Dev
This is pretty cool, thanks for sharing!

> _______________________________________________
> LLVM Developers mailing list
> llvm...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

--
Bruno Cardoso Lopes
http://www.brunocardoso.cc
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

Reply all
Reply to author
Forward
0 new messages