clang++

Compiles C++ source files. Part of LLVM. More information: <https://clang.llvm.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y clang-3.4
Ubuntu
RUN apt-get update && \ apt-get install -y clang-8
Alpine
RUN apk add ccache
Arch Arch Linux
RUN pacman -S --noconfirm ccache
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y icecc
CentOS
RUN yum install -y clang
Fedora
RUN dnf install -y chromium-native_client-1
Raspbian
RUN apt-get update && \ apt-get install -y clang-3.2
click the source code to copy install clang++ on any operating system with command-not-found.com