hmaptool

C, C++ and Objective-C compiler (LLVM based)

Install

All systems
curl cmd.cat/hmaptool.sh
Debian Debian
apt-get install clang-tools-7
Ubuntu
apt-get install clang-tools-8
Alpine
apk add clang
Arch Arch Linux
pacman -S clang
image/svg+xml Kali Linux
apt-get install clang-tools-7
CentOS
yum install clang
Fedora
dnf install clang
Windows (WSL2)
sudo apt-get update sudo apt-get install clang-tools-8
Raspbian
apt-get install clang
Docker
docker run cmd.cat/hmaptool hmaptool powered by Commando

clang

C, C++ and Objective-C compiler (LLVM based)

Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. This is a dependency package providing the default clang compiler.

clang-tools-7

clang-based tools for C/C++ developments

Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. This package contains some clang-based tools like scan-build, clangd, clang-cl, etc.

clang-tools-8

clang-based tools for C/C++ developments