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

Bruno Cardoso Lopes via cfe-dev cfe-dev at lists.llvm.org
Wed May 26 17:51:10 PDT 2021


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


More information about the cfe-dev mailing list