Clangd: LLVM's Clang Gets A Server

Written by Michael Larabel in LLVM on 13 February 2017 at 06:15 AM EST. 5 Comments
LLVM
An early feature for LLVM Clang 5.0 is a prototype implementation of clangd, a server component for the compiler.

This clangd server is obviously for targeting the integrated development environment (IDE) use-case for allowing better integration of Clang features with different editors. Currently the clangd component just supports formatting. So far clangd was just tested with Visual Studio Code.

From the commit, "clangd is a language server protocol implementation based on clang. It's supposed to provide editor integration while not suffering from the confined ABI of libclang."

It will be interesting to see what more features clangd tacks on in the months until the Clang 5.0 release later in the year as well as what IDEs end up providing support for it.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week