clangd

Language server that provides IDE-like features to editors. It should be used via an editor plugin rather than invoked directly. More information: <https://clangd.llvm.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y clang-tools
Ubuntu
RUN apt-get update && \ apt-get install -y clang-5.0
Alpine
RUN apk add clang
Arch Arch Linux
RUN pacman -S --noconfirm clang
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y clang-tools
CentOS
RUN yum install -y clang
Fedora
RUN dnf install -y clang-tools-extra
Raspbian
RUN apt-get update && \ apt-get install -y clang
click the source code to copy install clangd on any operating system with command-not-found.com