clang++
Compiles C++ source files. Part of LLVM. More information: <https://clang.llvm.org>.
RUN apt-get update && \
apt-get install -y clang-3.4
RUN apt-get update && \
apt-get install -y clang-8
RUN apk add ccache
RUN pacman -S --noconfirm ccache
RUN apt-get update && \
apt-get install -y icecc
RUN yum install -y clang
RUN dnf install -y chromium-native_client-1
RUN apt-get update && \
apt-get install -y clang-3.2