clang-import-test
C, C++ and Objective-C compiler (LLVM based)
RUN apt-get update && \
apt-get install -y clang-tools-4.0
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-7
RUN yum install -y clang
RUN dnf install -y clang
RUN apt-get update && \
apt-get install -y clang-tools-4.0