llvm-g++

This command is an alias of clang++.

Ubuntu
RUN apt-get update && \ apt-get install -y llvm-gcc-4.7
Raspbian
RUN apt-get update && \ apt-get install -y llvm-gcc
click the source code to copy install llvm-g++ on any operating system with command-not-found.com