CppCon 2018: Ilya Biryukov “Clangd: architecture of a scalable C++ language server”
http://CppCon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2018
—
Clangd is an open-source implementation of the Language Server Protocol (LSP) server for C++. It is based on Clang and developed as part of LLVM project. Thanks to LSP, Clangd is available for plenty of popular text editors. Join this session if you want to learn more about implementation of C++ editor tools and how we build project-wide features in Clangd that scale to the huge Google codebase.
Clangd provides the features you would expect from semantically aware editor tools: semantic code completion, go-to-definition, rename, signature help and code formatting. Moreover, we aim to build global features into Clangd, like cross references and, the new feature that we have been working on recently, global code completion. “Global” means that completion will suggest results beyond what a compiler sees in the current file, providing results from other files in the project and inserting missing #includes.
In this talk, we will give an introduction to Clangd and show some of the features it supports. Then we will cover the architecture of Clangd and focus on our implementation of the global completion to give a perspective of how our team builds project-global features into Clangd that can scale to huge codebases, i.e. to all of C++ source code at Google.
—
Ilya Biryukov
Software Engineer, Google
A software engineer at Google Munich. Mostly working on clangd (https://clang.llvm.org/extra/clangd.html).Previously at JetBrains, worked on ReSharper C++ and ReSharper.
—
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
*-----*
Register Now For CppCon 2022: https://cppcon.org/registration/
*-----*
Видео CppCon 2018: Ilya Biryukov “Clangd: architecture of a scalable C++ language server” автора Откуда начать программировать
Видео CppCon 2018: Ilya Biryukov “Clangd: architecture of a scalable C++ language server” автора Откуда начать программировать
Информация
30 ноября 2023 г. 13:09:34
00:52:28
Похожие видео