clang
Compiler for C, C++, and Objective-C source files. Can be used as a drop-in replacement for GCC. More information: <https://clang.llvm.org/docs/ClangCommandLineReference.html>.
RUN apt-get update && \
apt-get install -y clang
RUN apt-get update && \
apt-get install -y clang
RUN apk add clang
RUN pacman -S --noconfirm clang
RUN apt-get update && \
apt-get install -y clang
RUN yum install -y clang
RUN dnf install -y clang
RUN apt-get update && \
apt-get install -y clang