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/>.
RUN apt-get update && \
apt-get install -y clang-tools
RUN apt-get update && \
apt-get install -y clang-5.0
RUN apk add clang
RUN pacman -S --noconfirm clang
RUN apt-get update && \
apt-get install -y clang-tools
RUN yum install -y clang
RUN dnf install -y clang-tools-extra
RUN apt-get update && \
apt-get install -y clang